Html Css Color HEX #CEE470 Mindaro

📋 copy color: '#CEE470'

red 206 ◦ green 228 ◦ blue 112

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

Shades of Mindaro #CEE470

Tints of Mindaro #CEE470

RGB

 RED value IS 206 (80.86% from 255) = 37.73%

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

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

R = 37.73%
G = 41.76%
B = 20.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#CEE470 (or 0xCEE470) is known color: Mindaro. HEX triplet: CE, E4 and 70. RGB value is (206,228,112). Sum of RGB (Red+Green+Blue) = 206+228+112=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE470 is #311B8F. Grayscale: #D0D0D0. Windows color (decimal): -3218320 or 7398606. OLE color: 7398606.

HSL color Cylindrical-coordinate representation of color #CEE470: hue angle of 71.38º 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 #CEE470 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 112 -
CMYK 0.10 0 0.51 0.11
HSL 71.38º 0.68% 0.67% -
HSV(B) 71.38º 0.51% 0.89% -
XYZ 56.12 69.78 25.84 -
YUV 208.2 73.71 126.43 -
System Red Green Blue C M Y K H S L
Decimal 206 228 112 0.10 0 0.51 0.11 71.38 0.68 0.67
Hex CE E4 70 A 0 33 B 47 44 43
Octal 316 344 160 12 0 63 13 107 104 103
Binary 11001110 11100100 1110000 1010 0 110011 1011 1000111 1000100 1000011

Color Harmonies of #CEE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE470

Black with #CEE470

Text Example


Text Example

White with #CEE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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