Html Css Color HEX #CDE465 Mindaro

📋 copy color: '#CDE465'

red 205 ◦ green 228 ◦ blue 101

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

Shades of Mindaro #CDE465

Tints of Mindaro #CDE465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.91%

R = 38.39%
G = 42.7%
B = 18.91%

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

#CDE465 (or 0xCDE465) is known color: Mindaro. HEX triplet: CD, E4 and 65. RGB value is (205,228,101). Sum of RGB (Red+Green+Blue) = 205+228+101=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE465 is #321B9A. Grayscale: #CFCFCF. Windows color (decimal): -3283867 or 6677709. OLE color: 6677709.

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

Color convert

RGB 205 228 101 -
CMYK 0.10 0 0.56 0.11
HSL 70.87º 0.7% 0.65% -
HSV(B) 70.87º 0.56% 0.89% -
XYZ 55.27 69.41 22.8 -
YUV 206.65 68.38 126.83 -
System Red Green Blue C M Y K H S L
Decimal 205 228 101 0.10 0 0.56 0.11 70.87 0.7 0.65
Hex CD E4 65 A 0 38 B 47 46 41
Octal 315 344 145 12 0 70 13 107 106 101
Binary 11001101 11100100 1100101 1010 0 111000 1011 1000111 1000110 1000001

Color Harmonies of #CDE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE465

Black with #CDE465

Text Example


Text Example

White with #CDE465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE465; }

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

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

background-color css

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

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

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

border-color css

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

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

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