Html Css Color HEX #DEFD25 Pear

📋 copy color: '#DEFD25'

red 222 ◦ green 253 ◦ blue 37

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

Shades of Pear #DEFD25

Tints of Pear #DEFD25

RGB

 RED value IS 222 (87.11% from 255) = 43.36%

 GREEN value IS 253 (99.22% from 255) = 49.41%

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

R = 43.36%
G = 49.41%
B = 7.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#DEFD25 (or 0xDEFD25) is known color: Pear. HEX triplet: DE, FD and 25. RGB value is (222,253,37). Sum of RGB (Red+Green+Blue) = 222+253+37=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 37 (14.84% from 255 or 7.23% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFD25 is #2102DA. Grayscale: #DBDBDB. Windows color (decimal): -2163419 or 2489822. OLE color: 2489822.

HSL color Cylindrical-coordinate representation of color #DEFD25: hue angle of 68.61º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEFD25 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 253 37 -
CMYK 0.12 0 0.85 0.01
HSL 68.61º 0.98% 0.57% -
HSV(B) 68.61º 0.85% 0.99% -
XYZ 65.58 85.91 14.88 -
YUV 219.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 222 253 37 0.12 0 0.85 0.01 68.61 0.98 0.57
Hex DE FD 25 C 0 55 1 45 62 39
Octal 336 375 45 14 0 125 1 105 142 71
Binary 11011110 11111101 100101 1100 0 1010101 1 1000101 1100010 111001

Color Harmonies of #DEFD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD25

Black with #DEFD25

Text Example


Text Example

White with #DEFD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD25; }

 p { color: rgb(222,253,37); }

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

background-color css

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

 a { background-color: rgb(222,253,37); }

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

border-color css

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

 span { border-color: rgb(222,253,37); }

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