Html Css Color HEX #CDE45A Mindaro

📋 copy color: '#CDE45A'

red 205 ◦ green 228 ◦ blue 90

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

Shades of Mindaro #CDE45A

Tints of Mindaro #CDE45A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.59%

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

R = 39.2%
G = 43.59%
B = 17.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#CDE45A (or 0xCDE45A) is known color: Mindaro. HEX triplet: CD, E4 and 5A. RGB value is (205,228,90). Sum of RGB (Red+Green+Blue) = 205+228+90=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE45A is #321BA5. Grayscale: #CDCDCD. Windows color (decimal): -3283878 or 5956813. OLE color: 5956813.

HSL color Cylindrical-coordinate representation of color #CDE45A: hue angle of 70º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDE45A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 90 -
CMYK 0.10 0 0.61 0.11
HSL 70º 0.72% 0.62% -
HSV(B) 70º 0.61% 0.89% -
XYZ 54.77 69.2 20.14 -
YUV 205.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 205 228 90 0.10 0 0.61 0.11 70 0.72 0.62
Hex CD E4 5A A 0 3D B 46 48 3E
Octal 315 344 132 12 0 75 13 106 110 76
Binary 11001101 11100100 1011010 1010 0 111101 1011 1000110 1001000 111110

Color Harmonies of #CDE45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE45A

Black with #CDE45A

Text Example


Text Example

White with #CDE45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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