Html Css Color HEX #DFF525 Pear

📋 copy color: '#DFF525'

red 223 ◦ green 245 ◦ blue 37

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

Shades of Pear #DFF525

Tints of Pear #DFF525

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.51%

 BLUE value IS 37 (14.84% from 255) = 7.33%

R = 44.16%
G = 48.51%
B = 7.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#DFF525 (or 0xDFF525) is known color: Pear. HEX triplet: DF, F5 and 25. RGB value is (223,245,37). Sum of RGB (Red+Green+Blue) = 223+245+37=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 37 (14.84% from 255 or 7.33% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF525 is #200ADA. Grayscale: #D7D7D7. Windows color (decimal): -2099931 or 2487775. OLE color: 2487775.

HSL color Cylindrical-coordinate representation of color #DFF525: hue angle of 66.35º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFF525 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 245 37 -
CMYK 0.09 0 0.85 0.04
HSL 66.35º 0.91% 0.55% -
HSV(B) 66.35º 0.85% 0.96% -
XYZ 63.42 81.13 14.07 -
YUV 214.71 27.71 133.91 -
System Red Green Blue C M Y K H S L
Decimal 223 245 37 0.09 0 0.85 0.04 66.35 0.91 0.55
Hex DF F5 25 9 0 55 4 42 5B 37
Octal 337 365 45 11 0 125 4 102 133 67
Binary 11011111 11110101 100101 1001 0 1010101 100 1000010 1011011 110111

Color Harmonies of #DFF525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF525

Black with #DFF525

Text Example


Text Example

White with #DFF525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF525; }

 p { color: rgb(223,245,37); }

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

background-color css

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

 a { background-color: rgb(223,245,37); }

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

border-color css

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

 span { border-color: rgb(223,245,37); }

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