Html Css Color HEX #CDE96D Mindaro

📋 copy color: '#CDE96D'

red 205 ◦ green 233 ◦ blue 109

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

Shades of Mindaro #CDE96D

Tints of Mindaro #CDE96D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.6%

 BLUE value IS 109 (42.97% from 255) = 19.93%

R = 37.48%
G = 42.6%
B = 19.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#CDE96D (or 0xCDE96D) is known color: Mindaro. HEX triplet: CD, E9 and 6D. RGB value is (205,233,109). Sum of RGB (Red+Green+Blue) = 205+233+109=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE96D is #321692. Grayscale: #D2D2D2. Windows color (decimal): -3282579 or 7203277. OLE color: 7203277.

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

Color convert

RGB 205 233 109 -
CMYK 0.12 0 0.53 0.09
HSL 73.55º 0.74% 0.67% -
HSV(B) 73.55º 0.53% 0.91% -
XYZ 57.08 72.36 25.43 -
YUV 210.49 70.72 124.08 -
System Red Green Blue C M Y K H S L
Decimal 205 233 109 0.12 0 0.53 0.09 73.55 0.74 0.67
Hex CD E9 6D C 0 35 9 4A 4A 43
Octal 315 351 155 14 0 65 11 112 112 103
Binary 11001101 11101001 1101101 1100 0 110101 1001 1001010 1001010 1000011

Color Harmonies of #CDE96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE96D

Black with #CDE96D

Text Example


Text Example

White with #CDE96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE96D; }

 p { color: rgb(205,233,109); }

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

background-color css

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

 a { background-color: rgb(205,233,109); }

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

border-color css

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

 span { border-color: rgb(205,233,109); }

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