Html Css Color HEX #CEED53 Mindaro

📋 copy color: '#CEED53'

red 206 ◦ green 237 ◦ blue 83

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

Shades of Mindaro #CEED53

Tints of Mindaro #CEED53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.78%

R = 39.16%
G = 45.06%
B = 15.78%

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

#CEED53 (or 0xCEED53) is known color: Mindaro. HEX triplet: CE, ED and 53. RGB value is (206,237,83). Sum of RGB (Red+Green+Blue) = 206+237+83=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED53 is #3112AC. Grayscale: #D2D2D2. Windows color (decimal): -3216045 or 5500366. OLE color: 5500366.

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

Color convert

RGB 206 237 83 -
CMYK 0.13 0 0.65 0.07
HSL 72.08º 0.81% 0.63% -
HSV(B) 72.08º 0.65% 0.93% -
XYZ 57.3 74.31 19.51 -
YUV 210.18 56.23 125.02 -
System Red Green Blue C M Y K H S L
Decimal 206 237 83 0.13 0 0.65 0.07 72.08 0.81 0.63
Hex CE ED 53 D 0 41 7 48 51 3F
Octal 316 355 123 15 0 101 7 110 121 77
Binary 11001110 11101101 1010011 1101 0 1000001 111 1001000 1010001 111111

Color Harmonies of #CEED53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED53

Black with #CEED53

Text Example


Text Example

White with #CEED53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED53; }

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

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

background-color css

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

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

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

border-color css

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

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

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