Html Css Color HEX #DFEE2A Pear

📋 copy color: '#DFEE2A'

red 223 ◦ green 238 ◦ blue 42

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

Shades of Pear #DFEE2A

Tints of Pear #DFEE2A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.32%

 BLUE value IS 42 (16.8% from 255) = 8.35%

R = 44.33%
G = 47.32%
B = 8.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#DFEE2A (or 0xDFEE2A) is known color: Pear. HEX triplet: DF, EE and 2A. RGB value is (223,238,42). Sum of RGB (Red+Green+Blue) = 223+238+42=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEE2A is #2011D5. Grayscale: #D3D3D3. Windows color (decimal): -2101718 or 2813663. OLE color: 2813663.

HSL color Cylindrical-coordinate representation of color #DFEE2A: hue angle of 64.59º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFEE2A is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 238 42 -
CMYK 0.06 0 0.82 0.07
HSL 64.59º 0.85% 0.55% -
HSV(B) 64.59º 0.82% 0.93% -
XYZ 61.42 77 13.82 -
YUV 211.17 32.53 136.44 -
System Red Green Blue C M Y K H S L
Decimal 223 238 42 0.06 0 0.82 0.07 64.59 0.85 0.55
Hex DF EE 2A 6 0 52 7 41 55 37
Octal 337 356 52 6 0 122 7 101 125 67
Binary 11011111 11101110 101010 110 0 1010010 111 1000001 1010101 110111

Color Harmonies of #DFEE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEE2A

Black with #DFEE2A

Text Example


Text Example

White with #DFEE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEE2A; }

 p { color: rgb(223,238,42); }

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

background-color css

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

 a { background-color: rgb(223,238,42); }

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

border-color css

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

 span { border-color: rgb(223,238,42); }

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