#CFE271

Color #CFE271 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CFE271

Tints of Mindaro #CFE271

Color information

#CFE271 (or 0xCFE271) is unknown color: approx Mindaro. HEX triplet: CF, E2 and 71. RGB value is (207,226,113). Sum of RGB (Red+Green+Blue) = 207+226+113=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE271 is #301D8E. Grayscale: #CFCFCF. Windows color (decimal): -3153295 or 7463631. OLE color: 7463631.

HSL color Cylindrical-coordinate representation of color #CFE271: hue angle of 70.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFE271 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB207226113-
CMYK0.0800.50.11
HSL70.09º66.08%66.47%-
HSV(B)70.09º50%88.63%-
XYZ55.9168.8525.97-
YUV207.4474.71127.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 226 (88.67% from 255) = 41.39%
BLUE value IS 113 (44.53% from 255) = 20.70%
R=37.91%
G=41.39%
B=20.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072261130.0800.50.1170.0966.0866.47
HexCFE2718032B464242
Octal3173421611006213106102102
Binary11001111111000101110001100001100101011100011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE271; }

 p { color: rgb(207,226,113); }

 H1.HeaderClassName
 {
   color: #CFE271;
 }
 .AnyTagClassName
 {
   color: #CFE271;
 }
</style>
background-color css

<style>
 a { background-color: #CFE271; }

 a { background-color: rgb(207,226,113); }

 div.DivClassName
 {
   background-color: #CFE271;
 }
 .BgClassName
 {
   background-color: #CFE271;
 }
</style>
border-color css

<style>
 span { border-color: #CFE271; }

 span { border-color: rgb(207,226,113); }

 td.TdClassName
 {
   border-color: #CFE271;
 }
 .TagClassName
 {
   border-color: #CFE271;
 }
</style>