Html Css Color HEX #DFF93A Pear

📋 copy color: '#DFF93A'

red 223 ◦ green 249 ◦ blue 58

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

Shades of Pear #DFF93A

Tints of Pear #DFF93A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.98%

 BLUE value IS 58 (23.05% from 255) = 10.94%

R = 42.08%
G = 46.98%
B = 10.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#DFF93A (or 0xDFF93A) is known color: Pear. HEX triplet: DF, F9 and 3A. RGB value is (223,249,58). Sum of RGB (Red+Green+Blue) = 223+249+58=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 58 (23.05% from 255 or 10.94% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF93A is #2006C5. Grayscale: #DCDCDC. Windows color (decimal): -2098886 or 3865055. OLE color: 3865055.

HSL color Cylindrical-coordinate representation of color #DFF93A: hue angle of 68.17º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFF93A is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 249 58 -
CMYK 0.10 0 0.77 0.02
HSL 68.17º 0.94% 0.6% -
HSV(B) 68.17º 0.77% 0.98% -
XYZ 65.07 83.74 16.74 -
YUV 219.45 36.89 130.53 -
System Red Green Blue C M Y K H S L
Decimal 223 249 58 0.10 0 0.77 0.02 68.17 0.94 0.6
Hex DF F9 3A A 0 4D 2 44 5E 3C
Octal 337 371 72 12 0 115 2 104 136 74
Binary 11011111 11111001 111010 1010 0 1001101 10 1000100 1011110 111100

Color Harmonies of #DFF93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF93A

Black with #DFF93A

Text Example


Text Example

White with #DFF93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF93A; }

 p { color: rgb(223,249,58); }

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

background-color css

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

 a { background-color: rgb(223,249,58); }

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

border-color css

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

 span { border-color: rgb(223,249,58); }

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