Html Css Color HEX #DFF13C Pear

📋 copy color: '#DFF13C'

red 223 ◦ green 241 ◦ blue 60

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

Shades of Pear #DFF13C

Tints of Pear #DFF13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.45%

R = 42.56%
G = 45.99%
B = 11.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#DFF13C (or 0xDFF13C) is known color: Pear. HEX triplet: DF, F1 and 3C. RGB value is (223,241,60). Sum of RGB (Red+Green+Blue) = 223+241+60=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF13C is #200EC3. Grayscale: #D7D7D7. Windows color (decimal): -2100932 or 3994079. OLE color: 3994079.

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

Color convert

RGB 223 241 60 -
CMYK 0.07 0 0.75 0.05
HSL 65.97º 0.87% 0.59% -
HSV(B) 65.97º 0.75% 0.95% -
XYZ 62.7 78.92 16.2 -
YUV 214.98 40.54 133.72 -
System Red Green Blue C M Y K H S L
Decimal 223 241 60 0.07 0 0.75 0.05 65.97 0.87 0.59
Hex DF F1 3C 7 0 4B 5 42 57 3B
Octal 337 361 74 7 0 113 5 102 127 73
Binary 11011111 11110001 111100 111 0 1001011 101 1000010 1010111 111011

Color Harmonies of #DFF13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF13C

Black with #DFF13C

Text Example


Text Example

White with #DFF13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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