Html Css Color HEX #CDE45B Mindaro

📋 copy color: '#CDE45B'

red 205 ◦ green 228 ◦ blue 91

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

Shades of Mindaro #CDE45B

Tints of Mindaro #CDE45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.37%

R = 39.12%
G = 43.51%
B = 17.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#CDE45B (or 0xCDE45B) is known color: Mindaro. HEX triplet: CD, E4 and 5B. RGB value is (205,228,91). Sum of RGB (Red+Green+Blue) = 205+228+91=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE45B is #321BA4. Grayscale: #CECECE. Windows color (decimal): -3283877 or 6022349. OLE color: 6022349.

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

Color convert

RGB 205 228 91 -
CMYK 0.10 0 0.60 0.11
HSL 70.07º 0.72% 0.63% -
HSV(B) 70.07º 0.6% 0.89% -
XYZ 54.81 69.22 20.37 -
YUV 205.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 205 228 91 0.10 0 0.60 0.11 70.07 0.72 0.63
Hex CD E4 5B A 0 3C B 46 48 3F
Octal 315 344 133 12 0 74 13 106 110 77
Binary 11001101 11100100 1011011 1010 0 111100 1011 1000110 1001000 111111

Color Harmonies of #CDE45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE45B

Black with #CDE45B

Text Example


Text Example

White with #CDE45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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