Html Css Color HEX #CDE461 Mindaro

📋 copy color: '#CDE461'

red 205 ◦ green 228 ◦ blue 97

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

Shades of Mindaro #CDE461

Tints of Mindaro #CDE461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.3%

R = 38.68%
G = 43.02%
B = 18.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#CDE461 (or 0xCDE461) is known color: Mindaro. HEX triplet: CD, E4 and 61. RGB value is (205,228,97). Sum of RGB (Red+Green+Blue) = 205+228+97=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE461 is #321B9E. Grayscale: #CECECE. Windows color (decimal): -3283871 or 6415565. OLE color: 6415565.

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

Color convert

RGB 205 228 97 -
CMYK 0.10 0 0.57 0.11
HSL 70.53º 0.71% 0.64% -
HSV(B) 70.53º 0.57% 0.89% -
XYZ 55.08 69.33 21.79 -
YUV 206.19 66.38 127.15 -
System Red Green Blue C M Y K H S L
Decimal 205 228 97 0.10 0 0.57 0.11 70.53 0.71 0.64
Hex CD E4 61 A 0 39 B 47 47 40
Octal 315 344 141 12 0 71 13 107 107 100
Binary 11001101 11100100 1100001 1010 0 111001 1011 1000111 1000111 1000000

Color Harmonies of #CDE461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE461

Black with #CDE461

Text Example


Text Example

White with #CDE461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE461; }

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

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

background-color css

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

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

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

border-color css

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

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

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