Html Css Color HEX #CDE85E Mindaro

📋 copy color: '#CDE85E'

red 205 ◦ green 232 ◦ blue 94

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

Shades of Mindaro #CDE85E

Tints of Mindaro #CDE85E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.69%

 BLUE value IS 94 (37.11% from 255) = 17.7%

R = 38.61%
G = 43.69%
B = 17.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#CDE85E (or 0xCDE85E) is known color: Mindaro. HEX triplet: CD, E8 and 5E. RGB value is (205,232,94). Sum of RGB (Red+Green+Blue) = 205+232+94=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE85E is #3217A1. Grayscale: #D0D0D0. Windows color (decimal): -3282850 or 6219981. OLE color: 6219981.

HSL color Cylindrical-coordinate representation of color #CDE85E: hue angle of 71.74º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDE85E is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 232 94 -
CMYK 0.12 0 0.59 0.09
HSL 71.74º 0.75% 0.64% -
HSV(B) 71.74º 0.59% 0.91% -
XYZ 56.05 71.5 21.44 -
YUV 208.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 205 232 94 0.12 0 0.59 0.09 71.74 0.75 0.64
Hex CD E8 5E C 0 3B 9 48 4B 40
Octal 315 350 136 14 0 73 11 110 113 100
Binary 11001101 11101000 1011110 1100 0 111011 1001 1001000 1001011 1000000

Color Harmonies of #CDE85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE85E

Black with #CDE85E

Text Example


Text Example

White with #CDE85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE85E; }

 p { color: rgb(205,232,94); }

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

background-color css

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

 a { background-color: rgb(205,232,94); }

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

border-color css

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

 span { border-color: rgb(205,232,94); }

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