Html Css Color HEX #CEE952 Mindaro

📋 copy color: '#CEE952'

red 206 ◦ green 233 ◦ blue 82

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

Shades of Mindaro #CEE952

Tints of Mindaro #CEE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

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

R = 39.54%
G = 44.72%
B = 15.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#CEE952 (or 0xCEE952) is known color: Mindaro. HEX triplet: CE, E9 and 52. RGB value is (206,233,82). Sum of RGB (Red+Green+Blue) = 206+233+82=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE952 is #3116AD. Grayscale: #D0D0D0. Windows color (decimal): -3217070 or 5433806. OLE color: 5433806.

HSL color Cylindrical-coordinate representation of color #CEE952: hue angle of 70.73º 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 #CEE952 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 82 -
CMYK 0.12 0 0.65 0.09
HSL 70.73º 0.77% 0.62% -
HSV(B) 70.73º 0.65% 0.91% -
XYZ 56.12 72.01 18.92 -
YUV 207.71 57.05 126.78 -
System Red Green Blue C M Y K H S L
Decimal 206 233 82 0.12 0 0.65 0.09 70.73 0.77 0.62
Hex CE E9 52 C 0 41 9 47 4D 3E
Octal 316 351 122 14 0 101 11 107 115 76
Binary 11001110 11101001 1010010 1100 0 1000001 1001 1000111 1001101 111110

Color Harmonies of #CEE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE952

Black with #CEE952

Text Example


Text Example

White with #CEE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE952; }

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

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

background-color css

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

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

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

border-color css

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

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

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