Html Css Color HEX #CEE075 Mindaro

📋 copy color: '#CEE075'

red 206 ◦ green 224 ◦ blue 117

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

Shades of Mindaro #CEE075

Tints of Mindaro #CEE075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.39%

R = 37.66%
G = 40.95%
B = 21.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CEE075 (or 0xCEE075) is known color: Mindaro. HEX triplet: CE, E0 and 75. RGB value is (206,224,117). Sum of RGB (Red+Green+Blue) = 206+224+117=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE075 is #311F8A. Grayscale: #CECECE. Windows color (decimal): -3219339 or 7725262. OLE color: 7725262.

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

Color convert

RGB 206 224 117 -
CMYK 0.08 0 0.48 0.12
HSL 70.09º 0.63% 0.67% -
HSV(B) 70.09º 0.48% 0.88% -
XYZ 55.32 67.72 26.98 -
YUV 206.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 206 224 117 0.08 0 0.48 0.12 70.09 0.63 0.67
Hex CE E0 75 8 0 30 C 46 3F 43
Octal 316 340 165 10 0 60 14 106 77 103
Binary 11001110 11100000 1110101 1000 0 110000 1100 1000110 111111 1000011

Color Harmonies of #CEE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE075

Black with #CEE075

Text Example


Text Example

White with #CEE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE075; }

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

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

background-color css

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

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

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

border-color css

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

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

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