Html Css Color HEX #CEED55 Mindaro

📋 copy color: '#CEED55'

red 206 ◦ green 237 ◦ blue 85

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

Shades of Mindaro #CEED55

Tints of Mindaro #CEED55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.1%

R = 39.02%
G = 44.89%
B = 16.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#CEED55 (or 0xCEED55) is known color: Mindaro. HEX triplet: CE, ED and 55. RGB value is (206,237,85). Sum of RGB (Red+Green+Blue) = 206+237+85=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED55 is #3112AA. Grayscale: #D2D2D2. Windows color (decimal): -3216043 or 5631438. OLE color: 5631438.

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

Color convert

RGB 206 237 85 -
CMYK 0.13 0 0.64 0.07
HSL 72.24º 0.81% 0.63% -
HSV(B) 72.24º 0.64% 0.93% -
XYZ 57.38 74.35 19.92 -
YUV 210.4 57.23 124.86 -
System Red Green Blue C M Y K H S L
Decimal 206 237 85 0.13 0 0.64 0.07 72.24 0.81 0.63
Hex CE ED 55 D 0 40 7 48 51 3F
Octal 316 355 125 15 0 100 7 110 121 77
Binary 11001110 11101101 1010101 1101 0 1000000 111 1001000 1010001 111111

Color Harmonies of #CEED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED55

Black with #CEED55

Text Example


Text Example

White with #CEED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED55; }

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

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

background-color css

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

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

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

border-color css

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

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

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