Html Css Color HEX #CDE55A Mindaro

📋 copy color: '#CDE55A'

red 205 ◦ green 229 ◦ blue 90

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

Shades of Mindaro #CDE55A

Tints of Mindaro #CDE55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.18%

R = 39.12%
G = 43.7%
B = 17.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#CDE55A (or 0xCDE55A) is known color: Mindaro. HEX triplet: CD, E5 and 5A. RGB value is (205,229,90). Sum of RGB (Red+Green+Blue) = 205+229+90=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE55A is #321AA5. Grayscale: #CECECE. Windows color (decimal): -3283622 or 5957069. OLE color: 5957069.

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

Color convert

RGB 205 229 90 -
CMYK 0.10 0 0.61 0.10
HSL 70.36º 0.73% 0.63% -
HSV(B) 70.36º 0.61% 0.9% -
XYZ 55.04 69.76 20.24 -
YUV 205.98 62.55 127.3 -
System Red Green Blue C M Y K H S L
Decimal 205 229 90 0.10 0 0.61 0.10 70.36 0.73 0.63
Hex CD E5 5A A 0 3D A 46 49 3F
Octal 315 345 132 12 0 75 12 106 111 77
Binary 11001101 11100101 1011010 1010 0 111101 1010 1000110 1001001 111111

Color Harmonies of #CDE55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE55A

Black with #CDE55A

Text Example


Text Example

White with #CDE55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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