Html Css Color HEX #CEED6E Mindaro

📋 copy color: '#CEED6E'

red 206 ◦ green 237 ◦ blue 110

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

Shades of Mindaro #CEED6E

Tints of Mindaro #CEED6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.89%

R = 37.25%
G = 42.86%
B = 19.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#CEED6E (or 0xCEED6E) is known color: Mindaro. HEX triplet: CE, ED and 6E. RGB value is (206,237,110). Sum of RGB (Red+Green+Blue) = 206+237+110=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED6E is #311291. Grayscale: #D5D5D5. Windows color (decimal): -3216018 or 7269838. OLE color: 7269838.

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

Color convert

RGB 206 237 110 -
CMYK 0.13 0 0.54 0.07
HSL 74.65º 0.78% 0.68% -
HSV(B) 74.65º 0.54% 0.93% -
XYZ 58.55 74.82 26.11 -
YUV 213.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 206 237 110 0.13 0 0.54 0.07 74.65 0.78 0.68
Hex CE ED 6E D 0 36 7 4B 4E 44
Octal 316 355 156 15 0 66 7 113 116 104
Binary 11001110 11101101 1101110 1101 0 110110 111 1001011 1001110 1000100

Color Harmonies of #CEED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED6E

Black with #CEED6E

Text Example


Text Example

White with #CEED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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