Html Css Color HEX #CEE05E Mindaro

📋 copy color: '#CEE05E'

red 206 ◦ green 224 ◦ blue 94

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

Shades of Mindaro #CEE05E

Tints of Mindaro #CEE05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.94%

R = 39.31%
G = 42.75%
B = 17.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#CEE05E (or 0xCEE05E) is known color: Mindaro. HEX triplet: CE, E0 and 5E. RGB value is (206,224,94). Sum of RGB (Red+Green+Blue) = 206+224+94=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE05E is #311FA1. Grayscale: #CCCCCC. Windows color (decimal): -3219362 or 6217934. OLE color: 6217934.

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

Color convert

RGB 206 224 94 -
CMYK 0.08 0 0.58 0.12
HSL 68.31º 0.68% 0.62% -
HSV(B) 68.31º 0.58% 0.88% -
XYZ 54.13 67.24 20.72 -
YUV 203.8 66.04 129.57 -
System Red Green Blue C M Y K H S L
Decimal 206 224 94 0.08 0 0.58 0.12 68.31 0.68 0.62
Hex CE E0 5E 8 0 3A C 44 44 3E
Octal 316 340 136 10 0 72 14 104 104 76
Binary 11001110 11100000 1011110 1000 0 111010 1100 1000100 1000100 111110

Color Harmonies of #CEE05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE05E

Black with #CEE05E

Text Example


Text Example

White with #CEE05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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