Html Css Color HEX #DAFB28 Pear

📋 copy color: '#DAFB28'

red 218 ◦ green 251 ◦ blue 40

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

Shades of Pear #DAFB28

Tints of Pear #DAFB28

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.31%

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

R = 42.83%
G = 49.31%
B = 7.86%

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

#DAFB28 (or 0xDAFB28) is known color: Pear. HEX triplet: DA, FB and 28. RGB value is (218,251,40). Sum of RGB (Red+Green+Blue) = 218+251+40=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFB28 is #2504D7. Grayscale: #D9D9D9. Windows color (decimal): -2426072 or 2685914. OLE color: 2685914.

HSL color Cylindrical-coordinate representation of color #DAFB28: hue angle of 69.38º degrees, saturation: 0.96, 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 #DAFB28 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 40 -
CMYK 0.13 0 0.84 0.02
HSL 69.38º 0.96% 0.57% -
HSV(B) 69.38º 0.84% 0.98% -
XYZ 63.79 84.05 14.87 -
YUV 217.08 28.07 128.66 -
System Red Green Blue C M Y K H S L
Decimal 218 251 40 0.13 0 0.84 0.02 69.38 0.96 0.57
Hex DA FB 28 D 0 54 2 45 60 39
Octal 332 373 50 15 0 124 2 105 140 71
Binary 11011010 11111011 101000 1101 0 1010100 10 1000101 1100000 111001

Color Harmonies of #DAFB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB28

Black with #DAFB28

Text Example


Text Example

White with #DAFB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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