Html Css Color HEX #CEE375 Mindaro

📋 copy color: '#CEE375'

red 206 ◦ green 227 ◦ blue 117

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

Shades of Mindaro #CEE375

Tints of Mindaro #CEE375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.27%

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

R = 37.45%
G = 41.27%
B = 21.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#CEE375 (or 0xCEE375) is known color: Mindaro. HEX triplet: CE, E3 and 75. RGB value is (206,227,117). Sum of RGB (Red+Green+Blue) = 206+227+117=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE375 is #311C8A. Grayscale: #D0D0D0. Windows color (decimal): -3218571 or 7726030. OLE color: 7726030.

HSL color Cylindrical-coordinate representation of color #CEE375: hue angle of 71.45º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEE375 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 227 117 -
CMYK 0.09 0 0.48 0.11
HSL 71.45º 0.66% 0.67% -
HSV(B) 71.45º 0.48% 0.89% -
XYZ 56.13 69.34 27.26 -
YUV 208.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 206 227 117 0.09 0 0.48 0.11 71.45 0.66 0.67
Hex CE E3 75 9 0 30 B 47 42 43
Octal 316 343 165 11 0 60 13 107 102 103
Binary 11001110 11100011 1110101 1001 0 110000 1011 1000111 1000010 1000011

Color Harmonies of #CEE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE375

Black with #CEE375

Text Example


Text Example

White with #CEE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE375; }

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

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

background-color css

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

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

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

border-color css

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

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

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