#CFF469

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

Shades of Mindaro #CFF469

Tints of Mindaro #CFF469

Color information

#CFF469 (or 0xCFF469) is unknown color: approx Mindaro. HEX triplet: CF, F4 and 69. RGB value is (207,244,105). Sum of RGB (Red+Green+Blue) = 207+244+105=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF469 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF469 is #300B96. Grayscale: #D9D9D9. Windows color (decimal): -3148695 or 6943951. OLE color: 6943951.

HSL color Cylindrical-coordinate representation of color #CFF469: hue angle of 75.97º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFF469 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB207244105-
CMYK0.1500.570.04
HSL75.97º86.34%68.43%-
HSV(B)75.97º56.97%95.69%-
XYZ60.6378.9925.41-
YUV217.0964.74120.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 244 (95.70% from 255) = 43.88%
BLUE value IS 105 (41.41% from 255) = 18.88%
R=37.23%
G=43.88%
B=18.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072441050.1500.570.0475.9786.3468.43
HexCFF469F03944c5644
Octal317364151170714114126104
Binary1100111111110100110100111110111001100100110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF469; }

 p { color: rgb(207,244,105); }

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

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

 a { background-color: rgb(207,244,105); }

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

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

 span { border-color: rgb(207,244,105); }

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