Html Css Color HEX #CEE175 Mindaro

📋 copy color: '#CEE175'

red 206 ◦ green 225 ◦ blue 117

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

Shades of Mindaro #CEE175

Tints of Mindaro #CEE175

RGB

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

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

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

R = 37.59%
G = 41.06%
B = 21.35%

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

#CEE175 (or 0xCEE175) is known color: Mindaro. HEX triplet: CE, E1 and 75. RGB value is (206,225,117). Sum of RGB (Red+Green+Blue) = 206+225+117=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE175 is #311E8A. Grayscale: #CFCFCF. Windows color (decimal): -3219083 or 7725518. OLE color: 7725518.

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

Color convert

RGB 206 225 117 -
CMYK 0.08 0 0.48 0.12
HSL 70.56º 0.64% 0.67% -
HSV(B) 70.56º 0.48% 0.88% -
XYZ 55.59 68.26 27.07 -
YUV 207.01 77.21 127.28 -
System Red Green Blue C M Y K H S L
Decimal 206 225 117 0.08 0 0.48 0.12 70.56 0.64 0.67
Hex CE E1 75 8 0 30 C 47 40 43
Octal 316 341 165 10 0 60 14 107 100 103
Binary 11001110 11100001 1110101 1000 0 110000 1100 1000111 1000000 1000011

Color Harmonies of #CEE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE175

Black with #CEE175

Text Example


Text Example

White with #CEE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE175; }

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

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

background-color css

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

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

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

border-color css

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

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

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