Html Css Color HEX #DAFA28 Pear

📋 copy color: '#DAFA28'

red 218 ◦ green 250 ◦ blue 40

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

Shades of Pear #DAFA28

Tints of Pear #DAFA28

RGB

 RED value IS 218 (85.55% from 255) = 42.91%

 GREEN value IS 250 (98.05% from 255) = 49.21%

 BLUE value IS 40 (16.02% from 255) = 7.87%

R = 42.91%
G = 49.21%
B = 7.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#DAFA28 (or 0xDAFA28) is known color: Pear. HEX triplet: DA, FA and 28. RGB value is (218,250,40). Sum of RGB (Red+Green+Blue) = 218+250+40=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 40 (16.02% from 255 or 7.87% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA28 is #2505D7. Grayscale: #D9D9D9. Windows color (decimal): -2426328 or 2685658. OLE color: 2685658.

HSL color Cylindrical-coordinate representation of color #DAFA28: hue angle of 69.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAFA28 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 40 -
CMYK 0.13 0 0.84 0.02
HSL 69.14º 0.95% 0.57% -
HSV(B) 69.14º 0.84% 0.98% -
XYZ 63.48 83.43 14.77 -
YUV 216.49 28.4 129.08 -
System Red Green Blue C M Y K H S L
Decimal 218 250 40 0.13 0 0.84 0.02 69.14 0.95 0.57
Hex DA FA 28 D 0 54 2 45 5F 39
Octal 332 372 50 15 0 124 2 105 137 71
Binary 11011010 11111010 101000 1101 0 1010100 10 1000101 1011111 111001

Color Harmonies of #DAFA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA28

Black with #DAFA28

Text Example


Text Example

White with #DAFA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA28; }

 p { color: rgb(218,250,40); }

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

background-color css

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

 a { background-color: rgb(218,250,40); }

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

border-color css

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

 span { border-color: rgb(218,250,40); }

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