Html Css Color HEX #DFF131 Pear

📋 copy color: '#DFF131'

red 223 ◦ green 241 ◦ blue 49

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

Shades of Pear #DFF131

Tints of Pear #DFF131

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.98%

 BLUE value IS 49 (19.53% from 255) = 9.55%

R = 43.47%
G = 46.98%
B = 9.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#DFF131 (or 0xDFF131) is known color: Pear. HEX triplet: DF, F1 and 31. RGB value is (223,241,49). Sum of RGB (Red+Green+Blue) = 223+241+49=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF131 is #200ECE. Grayscale: #D6D6D6. Windows color (decimal): -2100943 or 3273183. OLE color: 3273183.

HSL color Cylindrical-coordinate representation of color #DFF131: hue angle of 65.62º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFF131 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 241 49 -
CMYK 0.07 0 0.80 0.05
HSL 65.63º 0.87% 0.57% -
HSV(B) 65.63º 0.8% 0.95% -
XYZ 62.44 78.82 14.83 -
YUV 213.73 35.04 134.61 -
System Red Green Blue C M Y K H S L
Decimal 223 241 49 0.07 0 0.80 0.05 65.63 0.87 0.57
Hex DF F1 31 7 0 50 5 42 57 39
Octal 337 361 61 7 0 120 5 102 127 71
Binary 11011111 11110001 110001 111 0 1010000 101 1000010 1010111 111001

Color Harmonies of #DFF131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF131

Black with #DFF131

Text Example


Text Example

White with #DFF131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF131; }

 p { color: rgb(223,241,49); }

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

background-color css

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

 a { background-color: rgb(223,241,49); }

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

border-color css

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

 span { border-color: rgb(223,241,49); }

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