Html Css Color HEX #CFF470 Mindaro

📋 copy color: '#CFF470'

red 207 ◦ green 244 ◦ blue 112

#CFF470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CFF470

Tints of Mindaro #CFF470

RGB

 RED value IS 207 (81.25% from 255) = 36.77%

 GREEN value IS 244 (95.7% from 255) = 43.34%

 BLUE value IS 112 (44.14% from 255) = 19.89%

R = 36.77%
G = 43.34%
B = 19.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#CFF470 (or 0xCFF470) is known color: Mindaro. HEX triplet: CF, F4 and 70. RGB value is (207,244,112). Sum of RGB (Red+Green+Blue) = 207+244+112=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF470 is #300B8F. Grayscale: #DADADA. Windows color (decimal): -3148688 or 7402703. OLE color: 7402703.

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

Color convert

RGB 207 244 112 -
CMYK 0.15 0 0.54 0.04
HSL 76.82º 0.86% 0.7% -
HSV(B) 76.82º 0.54% 0.96% -
XYZ 61.01 79.14 27.39 -
YUV 217.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 207 244 112 0.15 0 0.54 0.04 76.82 0.86 0.7
Hex CF F4 70 F 0 36 4 4D 56 46
Octal 317 364 160 17 0 66 4 115 126 106
Binary 11001111 11110100 1110000 1111 0 110110 100 1001101 1010110 1000110

Color Harmonies of #CFF470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF470

Black with #CFF470

Text Example


Text Example

White with #CFF470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF470; }

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

 H1.HeaderClassName
 {
   color: #CFF470;
 }
 .AnyTagClassName
 {
   color: #CFF470;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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