Html Css Color HEX #CEEC52 Mindaro

📋 copy color: '#CEEC52'

red 206 ◦ green 236 ◦ blue 82

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

Shades of Mindaro #CEEC52

Tints of Mindaro #CEEC52

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.04%

 BLUE value IS 82 (32.42% from 255) = 15.65%

R = 39.31%
G = 45.04%
B = 15.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#CEEC52 (or 0xCEEC52) is known color: Mindaro. HEX triplet: CE, EC and 52. RGB value is (206,236,82). Sum of RGB (Red+Green+Blue) = 206+236+82=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC52 is #3113AD. Grayscale: #D2D2D2. Windows color (decimal): -3216302 or 5434574. OLE color: 5434574.

HSL color Cylindrical-coordinate representation of color #CEEC52: hue angle of 71.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEEC52 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 236 82 -
CMYK 0.13 0 0.65 0.07
HSL 71.69º 0.8% 0.62% -
HSV(B) 71.69º 0.65% 0.93% -
XYZ 56.97 73.72 19.21 -
YUV 209.47 56.06 125.52 -
System Red Green Blue C M Y K H S L
Decimal 206 236 82 0.13 0 0.65 0.07 71.69 0.8 0.62
Hex CE EC 52 D 0 41 7 48 50 3E
Octal 316 354 122 15 0 101 7 110 120 76
Binary 11001110 11101100 1010010 1101 0 1000001 111 1001000 1010000 111110

Color Harmonies of #CEEC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEC52

Black with #CEEC52

Text Example


Text Example

White with #CEEC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEC52; }

 p { color: rgb(206,236,82); }

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

background-color css

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

 a { background-color: rgb(206,236,82); }

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

border-color css

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

 span { border-color: rgb(206,236,82); }

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