Html Css Color HEX #CDE85D Mindaro

📋 copy color: '#CDE85D'

red 205 ◦ green 232 ◦ blue 93

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

Shades of Mindaro #CDE85D

Tints of Mindaro #CDE85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.55%

R = 38.68%
G = 43.77%
B = 17.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CDE85D (or 0xCDE85D) is known color: Mindaro. HEX triplet: CD, E8 and 5D. RGB value is (205,232,93). Sum of RGB (Red+Green+Blue) = 205+232+93=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE85D is #3217A2. Grayscale: #D0D0D0. Windows color (decimal): -3282851 or 6154445. OLE color: 6154445.

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

Color convert

RGB 205 232 93 -
CMYK 0.12 0 0.60 0.09
HSL 71.65º 0.75% 0.64% -
HSV(B) 71.65º 0.6% 0.91% -
XYZ 56.01 71.48 21.2 -
YUV 208.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 205 232 93 0.12 0 0.60 0.09 71.65 0.75 0.64
Hex CD E8 5D C 0 3C 9 48 4B 40
Octal 315 350 135 14 0 74 11 110 113 100
Binary 11001101 11101000 1011101 1100 0 111100 1001 1001000 1001011 1000000

Color Harmonies of #CDE85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE85D

Black with #CDE85D

Text Example


Text Example

White with #CDE85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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