Html Css Color HEX #CEED60 Mindaro

📋 copy color: '#CEED60'

red 206 ◦ green 237 ◦ blue 96

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

Shades of Mindaro #CEED60

Tints of Mindaro #CEED60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.81%

R = 38.22%
G = 43.97%
B = 17.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#CEED60 (or 0xCEED60) is known color: Mindaro. HEX triplet: CE, ED and 60. RGB value is (206,237,96). Sum of RGB (Red+Green+Blue) = 206+237+96=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED60 is #31129F. Grayscale: #D4D4D4. Windows color (decimal): -3216032 or 6352334. OLE color: 6352334.

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

Color convert

RGB 206 237 96 -
CMYK 0.13 0 0.59 0.07
HSL 73.19º 0.8% 0.65% -
HSV(B) 73.19º 0.59% 0.93% -
XYZ 57.85 74.53 22.4 -
YUV 211.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 206 237 96 0.13 0 0.59 0.07 73.19 0.8 0.65
Hex CE ED 60 D 0 3B 7 49 50 41
Octal 316 355 140 15 0 73 7 111 120 101
Binary 11001110 11101101 1100000 1101 0 111011 111 1001001 1010000 1000001

Color Harmonies of #CEED60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED60

Black with #CEED60

Text Example


Text Example

White with #CEED60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED60; }

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

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

background-color css

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

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

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

border-color css

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

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

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