Html Css Color HEX #CEE078 Mindaro

📋 copy color: '#CEE078'

red 206 ◦ green 224 ◦ blue 120

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

Shades of Mindaro #CEE078

Tints of Mindaro #CEE078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.82%

R = 37.45%
G = 40.73%
B = 21.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#CEE078 (or 0xCEE078) is known color: Mindaro. HEX triplet: CE, E0 and 78. RGB value is (206,224,120). Sum of RGB (Red+Green+Blue) = 206+224+120=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE078 is #311F87. Grayscale: #CFCFCF. Windows color (decimal): -3219336 or 7921870. OLE color: 7921870.

HSL color Cylindrical-coordinate representation of color #CEE078: hue angle of 70.38º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEE078 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 120 -
CMYK 0.08 0 0.46 0.12
HSL 70.38º 0.63% 0.67% -
HSV(B) 70.38º 0.46% 0.88% -
XYZ 55.5 67.79 27.93 -
YUV 206.76 79.04 127.46 -
System Red Green Blue C M Y K H S L
Decimal 206 224 120 0.08 0 0.46 0.12 70.38 0.63 0.67
Hex CE E0 78 8 0 2E C 46 3F 43
Octal 316 340 170 10 0 56 14 106 77 103
Binary 11001110 11100000 1111000 1000 0 101110 1100 1000110 111111 1000011

Color Harmonies of #CEE078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE078

Black with #CEE078

Text Example


Text Example

White with #CEE078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE078; }

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

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

background-color css

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

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

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

border-color css

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

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

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