Html Css Color HEX #DFF13B Pear

📋 copy color: '#DFF13B'

red 223 ◦ green 241 ◦ blue 59

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

Shades of Pear #DFF13B

Tints of Pear #DFF13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.28%

R = 42.64%
G = 46.08%
B = 11.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#DFF13B (or 0xDFF13B) is known color: Pear. HEX triplet: DF, F1 and 3B. RGB value is (223,241,59). Sum of RGB (Red+Green+Blue) = 223+241+59=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 59 (23.44% from 255 or 11.28% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF13B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF13B is #200EC4. Grayscale: #D7D7D7. Windows color (decimal): -2100933 or 3928543. OLE color: 3928543.

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

Color convert

RGB 223 241 59 -
CMYK 0.07 0 0.76 0.05
HSL 65.93º 0.87% 0.59% -
HSV(B) 65.93º 0.76% 0.95% -
XYZ 62.68 78.91 16.07 -
YUV 214.87 40.04 133.8 -
System Red Green Blue C M Y K H S L
Decimal 223 241 59 0.07 0 0.76 0.05 65.93 0.87 0.59
Hex DF F1 3B 7 0 4C 5 42 57 3B
Octal 337 361 73 7 0 114 5 102 127 73
Binary 11011111 11110001 111011 111 0 1001100 101 1000010 1010111 111011

Color Harmonies of #DFF13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF13B

Black with #DFF13B

Text Example


Text Example

White with #DFF13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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