Html Css Color HEX #CEE475 Mindaro

📋 copy color: '#CEE475'

red 206 ◦ green 228 ◦ blue 117

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

Shades of Mindaro #CEE475

Tints of Mindaro #CEE475

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.38%

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

R = 37.39%
G = 41.38%
B = 21.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#CEE475 (or 0xCEE475) is known color: Mindaro. HEX triplet: CE, E4 and 75. RGB value is (206,228,117). Sum of RGB (Red+Green+Blue) = 206+228+117=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE475 is #311B8A. Grayscale: #D1D1D1. Windows color (decimal): -3218315 or 7726286. OLE color: 7726286.

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

Color convert

RGB 206 228 117 -
CMYK 0.10 0 0.49 0.11
HSL 71.89º 0.67% 0.68% -
HSV(B) 71.89º 0.49% 0.89% -
XYZ 56.41 69.89 27.35 -
YUV 208.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 206 228 117 0.10 0 0.49 0.11 71.89 0.67 0.68
Hex CE E4 75 A 0 31 B 48 43 44
Octal 316 344 165 12 0 61 13 110 103 104
Binary 11001110 11100100 1110101 1010 0 110001 1011 1001000 1000011 1000100

Color Harmonies of #CEE475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE475

Black with #CEE475

Text Example


Text Example

White with #CEE475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE475; }

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

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

background-color css

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

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

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

border-color css

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

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

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