Html Css Color HEX #CEE15F Mindaro

📋 copy color: '#CEE15F'

red 206 ◦ green 225 ◦ blue 95

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

Shades of Mindaro #CEE15F

Tints of Mindaro #CEE15F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

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

R = 39.16%
G = 42.78%
B = 18.06%

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

#CEE15F (or 0xCEE15F) is known color: Mindaro. HEX triplet: CE, E1 and 5F. RGB value is (206,225,95). Sum of RGB (Red+Green+Blue) = 206+225+95=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE15F is #311EA0. Grayscale: #CDCDCD. Windows color (decimal): -3219105 or 6283726. OLE color: 6283726.

HSL color Cylindrical-coordinate representation of color #CEE15F: hue angle of 68.77º 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 #CEE15F is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 95 -
CMYK 0.08 0 0.58 0.12
HSL 68.77º 0.68% 0.63% -
HSV(B) 68.77º 0.58% 0.88% -
XYZ 54.44 67.8 21.04 -
YUV 204.5 66.21 129.07 -
System Red Green Blue C M Y K H S L
Decimal 206 225 95 0.08 0 0.58 0.12 68.77 0.68 0.63
Hex CE E1 5F 8 0 3A C 45 44 3F
Octal 316 341 137 10 0 72 14 105 104 77
Binary 11001110 11100001 1011111 1000 0 111010 1100 1000101 1000100 111111

Color Harmonies of #CEE15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE15F

Black with #CEE15F

Text Example


Text Example

White with #CEE15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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