Html Css Color HEX #CEE96A Mindaro

📋 copy color: '#CEE96A'

red 206 ◦ green 233 ◦ blue 106

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

Shades of Mindaro #CEE96A

Tints of Mindaro #CEE96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.75%

 BLUE value IS 106 (41.8% from 255) = 19.45%

R = 37.8%
G = 42.75%
B = 19.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CEE96A (or 0xCEE96A) is known color: Mindaro. HEX triplet: CE, E9 and 6A. RGB value is (206,233,106). Sum of RGB (Red+Green+Blue) = 206+233+106=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE96A is #311695. Grayscale: #D2D2D2. Windows color (decimal): -3217046 or 7006670. OLE color: 7006670.

HSL color Cylindrical-coordinate representation of color #CEE96A: hue angle of 72.76º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEE96A is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 106 -
CMYK 0.12 0 0.55 0.09
HSL 72.76º 0.74% 0.66% -
HSV(B) 72.76º 0.55% 0.91% -
XYZ 57.19 72.44 24.6 -
YUV 210.45 69.05 124.83 -
System Red Green Blue C M Y K H S L
Decimal 206 233 106 0.12 0 0.55 0.09 72.76 0.74 0.66
Hex CE E9 6A C 0 37 9 49 4A 42
Octal 316 351 152 14 0 67 11 111 112 102
Binary 11001110 11101001 1101010 1100 0 110111 1001 1001001 1001010 1000010

Color Harmonies of #CEE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE96A

Black with #CEE96A

Text Example


Text Example

White with #CEE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE96A; }

 p { color: rgb(206,233,106); }

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

background-color css

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

 a { background-color: rgb(206,233,106); }

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

border-color css

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

 span { border-color: rgb(206,233,106); }

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