Html Css Color HEX #CEE278 Mindaro

📋 copy color: '#CEE278'

red 206 ◦ green 226 ◦ blue 120

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

Shades of Mindaro #CEE278

Tints of Mindaro #CEE278

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.94%

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

R = 37.32%
G = 40.94%
B = 21.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#CEE278 (or 0xCEE278) is known color: Mindaro. HEX triplet: CE, E2 and 78. RGB value is (206,226,120). Sum of RGB (Red+Green+Blue) = 206+226+120=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE278 is #311D87. Grayscale: #D0D0D0. Windows color (decimal): -3218824 or 7922382. OLE color: 7922382.

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

Color convert

RGB 206 226 120 -
CMYK 0.09 0 0.47 0.11
HSL 71.32º 0.65% 0.68% -
HSV(B) 71.32º 0.47% 0.89% -
XYZ 56.04 68.87 28.11 -
YUV 207.94 78.37 126.62 -
System Red Green Blue C M Y K H S L
Decimal 206 226 120 0.09 0 0.47 0.11 71.32 0.65 0.68
Hex CE E2 78 9 0 2F B 47 41 44
Octal 316 342 170 11 0 57 13 107 101 104
Binary 11001110 11100010 1111000 1001 0 101111 1011 1000111 1000001 1000100

Color Harmonies of #CEE278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE278

Black with #CEE278

Text Example


Text Example

White with #CEE278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE278; }

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

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

background-color css

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

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

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

border-color css

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

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

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