Html Css Color HEX #CEE05F Mindaro

📋 copy color: '#CEE05F'

red 206 ◦ green 224 ◦ blue 95

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

Shades of Mindaro #CEE05F

Tints of Mindaro #CEE05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.1%

R = 39.24%
G = 42.67%
B = 18.1%

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

#CEE05F (or 0xCEE05F) is known color: Mindaro. HEX triplet: CE, E0 and 5F. RGB value is (206,224,95). Sum of RGB (Red+Green+Blue) = 206+224+95=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE05F is #311FA0. Grayscale: #CCCCCC. Windows color (decimal): -3219361 or 6283470. OLE color: 6283470.

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

Color convert

RGB 206 224 95 -
CMYK 0.08 0 0.58 0.12
HSL 68.37º 0.68% 0.63% -
HSV(B) 68.37º 0.58% 0.88% -
XYZ 54.17 67.26 20.95 -
YUV 203.91 66.54 129.49 -
System Red Green Blue C M Y K H S L
Decimal 206 224 95 0.08 0 0.58 0.12 68.37 0.68 0.63
Hex CE E0 5F 8 0 3A C 44 44 3F
Octal 316 340 137 10 0 72 14 104 104 77
Binary 11001110 11100000 1011111 1000 0 111010 1100 1000100 1000100 111111

Color Harmonies of #CEE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE05F

Black with #CEE05F

Text Example


Text Example

White with #CEE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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