Html Css Color HEX #CEED52 Mindaro

📋 copy color: '#CEED52'

red 206 ◦ green 237 ◦ blue 82

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

Shades of Mindaro #CEED52

Tints of Mindaro #CEED52

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.14%

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

R = 39.24%
G = 45.14%
B = 15.62%

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

#CEED52 (or 0xCEED52) is known color: Mindaro. HEX triplet: CE, ED and 52. RGB value is (206,237,82). Sum of RGB (Red+Green+Blue) = 206+237+82=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED52 is #3112AD. Grayscale: #D2D2D2. Windows color (decimal): -3216046 or 5434830. OLE color: 5434830.

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

Color convert

RGB 206 237 82 -
CMYK 0.13 0 0.65 0.07
HSL 72º 0.81% 0.63% -
HSV(B) 72º 0.65% 0.93% -
XYZ 57.26 74.3 19.31 -
YUV 210.06 55.73 125.1 -
System Red Green Blue C M Y K H S L
Decimal 206 237 82 0.13 0 0.65 0.07 72 0.81 0.63
Hex CE ED 52 D 0 41 7 48 51 3F
Octal 316 355 122 15 0 101 7 110 121 77
Binary 11001110 11101101 1010010 1101 0 1000001 111 1001000 1010001 111111

Color Harmonies of #CEED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED52

Black with #CEED52

Text Example


Text Example

White with #CEED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED52; }

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

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

background-color css

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

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

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

border-color css

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

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

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