Html Css Color HEX #CFE470 Mindaro

📋 copy color: '#CFE470'

red 207 ◦ green 228 ◦ blue 112

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

Shades of Mindaro #CFE470

Tints of Mindaro #CFE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.68%

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

R = 37.84%
G = 41.68%
B = 20.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#CFE470 (or 0xCFE470) is known color: Mindaro. HEX triplet: CF, E4 and 70. RGB value is (207,228,112). Sum of RGB (Red+Green+Blue) = 207+228+112=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE470 is #301B8F. Grayscale: #D0D0D0. Windows color (decimal): -3152784 or 7398607. OLE color: 7398607.

HSL color Cylindrical-coordinate representation of color #CFE470: hue angle of 70.86º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFE470 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 112 -
CMYK 0.09 0 0.51 0.11
HSL 70.86º 0.68% 0.67% -
HSV(B) 70.86º 0.51% 0.89% -
XYZ 56.4 69.92 25.85 -
YUV 208.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 207 228 112 0.09 0 0.51 0.11 70.86 0.68 0.67
Hex CF E4 70 9 0 33 B 47 44 43
Octal 317 344 160 11 0 63 13 107 104 103
Binary 11001111 11100100 1110000 1001 0 110011 1011 1000111 1000100 1000011

Color Harmonies of #CFE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE470

Black with #CFE470

Text Example


Text Example

White with #CFE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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