Html Css Color HEX #CEE852 Mindaro

📋 copy color: '#CEE852'

red 206 ◦ green 232 ◦ blue 82

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

Shades of Mindaro #CEE852

Tints of Mindaro #CEE852

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.62%

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

R = 39.62%
G = 44.62%
B = 15.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#CEE852 (or 0xCEE852) is known color: Mindaro. HEX triplet: CE, E8 and 52. RGB value is (206,232,82). Sum of RGB (Red+Green+Blue) = 206+232+82=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE852 is #3117AD. Grayscale: #CFCFCF. Windows color (decimal): -3217326 or 5433550. OLE color: 5433550.

HSL color Cylindrical-coordinate representation of color #CEE852: hue angle of 70.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEE852 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 232 82 -
CMYK 0.11 0 0.65 0.09
HSL 70.4º 0.77% 0.62% -
HSV(B) 70.4º 0.65% 0.91% -
XYZ 55.83 71.44 18.83 -
YUV 207.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 206 232 82 0.11 0 0.65 0.09 70.4 0.77 0.62
Hex CE E8 52 B 0 41 9 46 4D 3E
Octal 316 350 122 13 0 101 11 106 115 76
Binary 11001110 11101000 1010010 1011 0 1000001 1001 1000110 1001101 111110

Color Harmonies of #CEE852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE852

Black with #CEE852

Text Example


Text Example

White with #CEE852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE852; }

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

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

background-color css

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

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

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

border-color css

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

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

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