Html Css Color HEX #CEE26D Mindaro

📋 copy color: '#CEE26D'

red 206 ◦ green 226 ◦ blue 109

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

Shades of Mindaro #CEE26D

Tints of Mindaro #CEE26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.15%

R = 38.08%
G = 41.77%
B = 20.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#CEE26D (or 0xCEE26D) is known color: Mindaro. HEX triplet: CE, E2 and 6D. RGB value is (206,226,109). Sum of RGB (Red+Green+Blue) = 206+226+109=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE26D is #311D92. Grayscale: #CFCFCF. Windows color (decimal): -3218835 or 7201486. OLE color: 7201486.

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

Color convert

RGB 206 226 109 -
CMYK 0.09 0 0.52 0.11
HSL 70.26º 0.67% 0.66% -
HSV(B) 70.26º 0.52% 0.89% -
XYZ 55.41 68.62 24.79 -
YUV 206.68 72.87 127.51 -
System Red Green Blue C M Y K H S L
Decimal 206 226 109 0.09 0 0.52 0.11 70.26 0.67 0.66
Hex CE E2 6D 9 0 34 B 46 43 42
Octal 316 342 155 11 0 64 13 106 103 102
Binary 11001110 11100010 1101101 1001 0 110100 1011 1000110 1000011 1000010

Color Harmonies of #CEE26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE26D

Black with #CEE26D

Text Example


Text Example

White with #CEE26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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