Html Css Color HEX #CDE164 Mindaro

📋 copy color: '#CDE164'

red 205 ◦ green 225 ◦ blue 100

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

Shades of Mindaro #CDE164

Tints of Mindaro #CDE164

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.45%

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

R = 38.68%
G = 42.45%
B = 18.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CDE164 (or 0xCDE164) is known color: Mindaro. HEX triplet: CD, E1 and 64. RGB value is (205,225,100). Sum of RGB (Red+Green+Blue) = 205+225+100=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE164 is #321E9B. Grayscale: #CDCDCD. Windows color (decimal): -3284636 or 6611405. OLE color: 6611405.

HSL color Cylindrical-coordinate representation of color #CDE164: hue angle of 69.6º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDE164 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 100 -
CMYK 0.09 0 0.56 0.12
HSL 69.6º 0.68% 0.64% -
HSV(B) 69.6º 0.56% 0.88% -
XYZ 54.4 67.75 22.27 -
YUV 204.77 68.87 128.16 -
System Red Green Blue C M Y K H S L
Decimal 205 225 100 0.09 0 0.56 0.12 69.6 0.68 0.64
Hex CD E1 64 9 0 38 C 46 44 40
Octal 315 341 144 11 0 70 14 106 104 100
Binary 11001101 11100001 1100100 1001 0 111000 1100 1000110 1000100 1000000

Color Harmonies of #CDE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE164

Black with #CDE164

Text Example


Text Example

White with #CDE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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