Html Css Color HEX #CEE070 Mindaro

📋 copy color: '#CEE070'

red 206 ◦ green 224 ◦ blue 112

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

Shades of Mindaro #CEE070

Tints of Mindaro #CEE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

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

R = 38.01%
G = 41.33%
B = 20.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CEE070 (or 0xCEE070) is known color: Mindaro. HEX triplet: CE, E0 and 70. RGB value is (206,224,112). Sum of RGB (Red+Green+Blue) = 206+224+112=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE070 is #311F8F. Grayscale: #CECECE. Windows color (decimal): -3219344 or 7397582. OLE color: 7397582.

HSL color Cylindrical-coordinate representation of color #CEE070: hue angle of 69.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEE070 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 112 -
CMYK 0.08 0 0.50 0.12
HSL 69.64º 0.64% 0.66% -
HSV(B) 69.64º 0.5% 0.88% -
XYZ 55.03 67.6 25.48 -
YUV 205.85 75.04 128.11 -
System Red Green Blue C M Y K H S L
Decimal 206 224 112 0.08 0 0.50 0.12 69.64 0.64 0.66
Hex CE E0 70 8 0 32 C 46 40 42
Octal 316 340 160 10 0 62 14 106 100 102
Binary 11001110 11100000 1110000 1000 0 110010 1100 1000110 1000000 1000010

Color Harmonies of #CEE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE070

Black with #CEE070

Text Example


Text Example

White with #CEE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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