Html Css Color HEX #CEED51 Mindaro

📋 copy color: '#CEED51'

red 206 ◦ green 237 ◦ blue 81

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

Shades of Mindaro #CEED51

Tints of Mindaro #CEED51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.46%

R = 39.31%
G = 45.23%
B = 15.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#CEED51 (or 0xCEED51) is known color: Mindaro. HEX triplet: CE, ED and 51. RGB value is (206,237,81). Sum of RGB (Red+Green+Blue) = 206+237+81=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED51 is #3112AE. Grayscale: #D2D2D2. Windows color (decimal): -3216047 or 5369294. OLE color: 5369294.

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

Color convert

RGB 206 237 81 -
CMYK 0.13 0 0.66 0.07
HSL 71.92º 0.81% 0.62% -
HSV(B) 71.92º 0.66% 0.93% -
XYZ 57.22 74.28 19.11 -
YUV 209.95 55.23 125.18 -
System Red Green Blue C M Y K H S L
Decimal 206 237 81 0.13 0 0.66 0.07 71.92 0.81 0.62
Hex CE ED 51 D 0 42 7 48 51 3E
Octal 316 355 121 15 0 102 7 110 121 76
Binary 11001110 11101101 1010001 1101 0 1000010 111 1001000 1010001 111110

Color Harmonies of #CEED51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED51

Black with #CEED51

Text Example


Text Example

White with #CEED51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED51; }

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

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

background-color css

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

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

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

border-color css

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

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

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