Html Css Color HEX #CEED72 Mindaro

📋 copy color: '#CEED72'

red 206 ◦ green 237 ◦ blue 114

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

Shades of Mindaro #CEED72

Tints of Mindaro #CEED72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.47%

R = 36.98%
G = 42.55%
B = 20.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#CEED72 (or 0xCEED72) is known color: Mindaro. HEX triplet: CE, ED and 72. RGB value is (206,237,114). Sum of RGB (Red+Green+Blue) = 206+237+114=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED72 is #31128D. Grayscale: #D6D6D6. Windows color (decimal): -3216014 or 7531982. OLE color: 7531982.

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

Color convert

RGB 206 237 114 -
CMYK 0.13 0 0.52 0.07
HSL 75.12º 0.77% 0.69% -
HSV(B) 75.12º 0.52% 0.93% -
XYZ 58.78 74.91 27.28 -
YUV 213.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 206 237 114 0.13 0 0.52 0.07 75.12 0.77 0.69
Hex CE ED 72 D 0 34 7 4B 4D 45
Octal 316 355 162 15 0 64 7 113 115 105
Binary 11001110 11101101 1110010 1101 0 110100 111 1001011 1001101 1000101

Color Harmonies of #CEED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED72

Black with #CEED72

Text Example


Text Example

White with #CEED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED72; }

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

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

background-color css

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

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

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

border-color css

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

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

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