Html Css Color HEX #CDE464 Mindaro

📋 copy color: '#CDE464'

red 205 ◦ green 228 ◦ blue 100

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

Shades of Mindaro #CDE464

Tints of Mindaro #CDE464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.76%

R = 38.46%
G = 42.78%
B = 18.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#CDE464 (or 0xCDE464) is known color: Mindaro. HEX triplet: CD, E4 and 64. RGB value is (205,228,100). Sum of RGB (Red+Green+Blue) = 205+228+100=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE464 is #321B9B. Grayscale: #CFCFCF. Windows color (decimal): -3283868 or 6612173. OLE color: 6612173.

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

Color convert

RGB 205 228 100 -
CMYK 0.10 0 0.56 0.11
HSL 70.78º 0.7% 0.64% -
HSV(B) 70.78º 0.56% 0.89% -
XYZ 55.22 69.39 22.54 -
YUV 206.53 67.88 126.91 -
System Red Green Blue C M Y K H S L
Decimal 205 228 100 0.10 0 0.56 0.11 70.78 0.7 0.64
Hex CD E4 64 A 0 38 B 47 46 40
Octal 315 344 144 12 0 70 13 107 106 100
Binary 11001101 11100100 1100100 1010 0 111000 1011 1000111 1000110 1000000

Color Harmonies of #CDE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE464

Black with #CDE464

Text Example


Text Example

White with #CDE464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE464; }

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

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

background-color css

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

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

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

border-color css

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

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

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