Html Css Color HEX #CDE565 Mindaro

📋 copy color: '#CDE565'

red 205 ◦ green 229 ◦ blue 101

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

Shades of Mindaro #CDE565

Tints of Mindaro #CDE565

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.8%

 BLUE value IS 101 (39.84% from 255) = 18.88%

R = 38.32%
G = 42.8%
B = 18.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#CDE565 (or 0xCDE565) is known color: Mindaro. HEX triplet: CD, E5 and 65. RGB value is (205,229,101). Sum of RGB (Red+Green+Blue) = 205+229+101=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE565 is #321A9A. Grayscale: #CFCFCF. Windows color (decimal): -3283611 or 6677965. OLE color: 6677965.

HSL color Cylindrical-coordinate representation of color #CDE565: hue angle of 71.25º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDE565 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 101 -
CMYK 0.10 0 0.56 0.10
HSL 71.25º 0.71% 0.65% -
HSV(B) 71.25º 0.56% 0.9% -
XYZ 55.55 69.96 22.89 -
YUV 207.23 68.05 126.41 -
System Red Green Blue C M Y K H S L
Decimal 205 229 101 0.10 0 0.56 0.10 71.25 0.71 0.65
Hex CD E5 65 A 0 38 A 47 47 41
Octal 315 345 145 12 0 70 12 107 107 101
Binary 11001101 11100101 1100101 1010 0 111000 1010 1000111 1000111 1000001

Color Harmonies of #CDE565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE565

Black with #CDE565

Text Example


Text Example

White with #CDE565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE565; }

 p { color: rgb(205,229,101); }

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

background-color css

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

 a { background-color: rgb(205,229,101); }

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

border-color css

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

 span { border-color: rgb(205,229,101); }

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