Html Css Color HEX #D4DE4B Manz

📋 copy color: '#D4DE4B'

red 212 ◦ green 222 ◦ blue 75

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

Shades of Manz #D4DE4B

Tints of Manz #D4DE4B

RGB

 RED value IS 212 (83.2% from 255) = 41.65%

 GREEN value IS 222 (87.11% from 255) = 43.61%

 BLUE value IS 75 (29.69% from 255) = 14.73%

R = 41.65%
G = 43.61%
B = 14.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#D4DE4B (or 0xD4DE4B) is known color: Manz. HEX triplet: D4, DE and 4B. RGB value is (212,222,75). Sum of RGB (Red+Green+Blue) = 212+222+75=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DE4B is #2B21B4. Grayscale: #CACACA. Windows color (decimal): -2826677 or 4972244. OLE color: 4972244.

HSL color Cylindrical-coordinate representation of color #D4DE4B: hue angle of 64.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4DE4B is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 222 75 -
CMYK 0.05 0 0.66 0.13
HSL 64.08º 0.69% 0.58% -
HSV(B) 64.08º 0.66% 0.87% -
XYZ 54.54 66.75 16.67 -
YUV 202.25 56.19 134.95 -
System Red Green Blue C M Y K H S L
Decimal 212 222 75 0.05 0 0.66 0.13 64.08 0.69 0.58
Hex D4 DE 4B 5 0 42 D 40 45 3A
Octal 324 336 113 5 0 102 15 100 105 72
Binary 11010100 11011110 1001011 101 0 1000010 1101 1000000 1000101 111010

Color Harmonies of #D4DE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DE4B

Black with #D4DE4B

Text Example


Text Example

White with #D4DE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DE4B; }

 p { color: rgb(212,222,75); }

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

background-color css

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

 a { background-color: rgb(212,222,75); }

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

border-color css

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

 span { border-color: rgb(212,222,75); }

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