Html Css Color HEX #CDEE6E Mindaro

📋 copy color: '#CDEE6E'

red 205 ◦ green 238 ◦ blue 110

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

Shades of Mindaro #CDEE6E

Tints of Mindaro #CDEE6E

RGB

 RED value IS 205 (80.47% from 255) = 37.07%

 GREEN value IS 238 (93.36% from 255) = 43.04%

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

R = 37.07%
G = 43.04%
B = 19.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#CDEE6E (or 0xCDEE6E) is known color: Mindaro. HEX triplet: CD, EE and 6E. RGB value is (205,238,110). Sum of RGB (Red+Green+Blue) = 205+238+110=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE6E is #321191. Grayscale: #D6D6D6. Windows color (decimal): -3281298 or 7270093. OLE color: 7270093.

HSL color Cylindrical-coordinate representation of color #CDEE6E: hue angle of 75.47º degrees, saturation: 0.79, 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 #CDEE6E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 110 -
CMYK 0.14 0 0.54 0.07
HSL 75.47º 0.79% 0.68% -
HSV(B) 75.47º 0.54% 0.93% -
XYZ 58.57 75.25 26.19 -
YUV 213.54 69.57 121.91 -
System Red Green Blue C M Y K H S L
Decimal 205 238 110 0.14 0 0.54 0.07 75.47 0.79 0.68
Hex CD EE 6E E 0 36 7 4B 4F 44
Octal 315 356 156 16 0 66 7 113 117 104
Binary 11001101 11101110 1101110 1110 0 110110 111 1001011 1001111 1000100

Color Harmonies of #CDEE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE6E

Black with #CDEE6E

Text Example


Text Example

White with #CDEE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE6E; }

 p { color: rgb(205,238,110); }

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

background-color css

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

 a { background-color: rgb(205,238,110); }

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

border-color css

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

 span { border-color: rgb(205,238,110); }

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