#CFF271

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

Shades of Mindaro #CFF271

Tints of Mindaro #CFF271

Color information

#CFF271 (or 0xCFF271) is unknown color: approx Mindaro. HEX triplet: CF, F2 and 71. RGB value is (207,242,113). Sum of RGB (Red+Green+Blue) = 207+242+113=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF271 is #300D8E. Grayscale: #D9D9D9. Windows color (decimal): -3149199 or 7467727. OLE color: 7467727.

HSL color Cylindrical-coordinate representation of color #CFF271: hue angle of 76.28º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFF271 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB207242113-
CMYK0.1400.530.05
HSL76.28º83.23%69.61%-
HSV(B)76.28º53.31%94.9%-
XYZ60.4677.9627.48-
YUV216.8369.4120.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 242 (94.92% from 255) = 43.06%
BLUE value IS 113 (44.53% from 255) = 20.11%
R=36.83%
G=43.06%
B=20.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072421130.1400.530.0576.2883.2369.61
HexCFF271E03554c5346
Octal317362161160655114123106
Binary1100111111110010111000111100110101101100110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF271; }

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

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

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

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

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

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

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

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