Html Css Color HEX #CDE55D Mindaro

📋 copy color: '#CDE55D'

red 205 ◦ green 229 ◦ blue 93

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

Shades of Mindaro #CDE55D

Tints of Mindaro #CDE55D

RGB

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

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

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

R = 38.9%
G = 43.45%
B = 17.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#CDE55D (or 0xCDE55D) is known color: Mindaro. HEX triplet: CD, E5 and 5D. RGB value is (205,229,93). Sum of RGB (Red+Green+Blue) = 205+229+93=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE55D is #321AA2. Grayscale: #CECECE. Windows color (decimal): -3283619 or 6153677. OLE color: 6153677.

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

Color convert

RGB 205 229 93 -
CMYK 0.10 0 0.59 0.10
HSL 70.59º 0.72% 0.63% -
HSV(B) 70.59º 0.59% 0.9% -
XYZ 55.17 69.81 20.92 -
YUV 206.32 64.05 127.06 -
System Red Green Blue C M Y K H S L
Decimal 205 229 93 0.10 0 0.59 0.10 70.59 0.72 0.63
Hex CD E5 5D A 0 3B A 47 48 3F
Octal 315 345 135 12 0 73 12 107 110 77
Binary 11001101 11100101 1011101 1010 0 111011 1010 1000111 1001000 111111

Color Harmonies of #CDE55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE55D

Black with #CDE55D

Text Example


Text Example

White with #CDE55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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