Html Css Color HEX #DFE252 Manz

📋 copy color: '#DFE252'

red 223 ◦ green 226 ◦ blue 82

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

Shades of Manz #DFE252

Tints of Manz #DFE252

RGB

 RED value IS 223 (87.5% from 255) = 42%

 GREEN value IS 226 (88.67% from 255) = 42.56%

 BLUE value IS 82 (32.42% from 255) = 15.44%

R = 42%
G = 42.56%
B = 15.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#DFE252 (or 0xDFE252) is known color: Manz. HEX triplet: DF, E2 and 52. RGB value is (223,226,82). Sum of RGB (Red+Green+Blue) = 223+226+82=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE252 is #201DAD. Grayscale: #D1D1D1. Windows color (decimal): -2104750 or 5432031. OLE color: 5432031.

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

Color convert

RGB 223 226 82 -
CMYK 0.01 0 0.64 0.11
HSL 61.25º 0.71% 0.6% -
HSV(B) 61.25º 0.64% 0.89% -
XYZ 59.15 70.69 18.51 -
YUV 208.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 223 226 82 0.01 0 0.64 0.11 61.25 0.71 0.6
Hex DF E2 52 1 0 40 B 3D 47 3C
Octal 337 342 122 1 0 100 13 75 107 74
Binary 11011111 11100010 1010010 1 0 1000000 1011 111101 1000111 111100

Color Harmonies of #DFE252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE252

Black with #DFE252

Text Example


Text Example

White with #DFE252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE252; }

 p { color: rgb(223,226,82); }

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

background-color css

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

 a { background-color: rgb(223,226,82); }

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

border-color css

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

 span { border-color: rgb(223,226,82); }

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