Html Css Color HEX #DAFB31 Pear

📋 copy color: '#DAFB31'

red 218 ◦ green 251 ◦ blue 49

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

Shades of Pear #DAFB31

Tints of Pear #DAFB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.46%

R = 42.08%
G = 48.46%
B = 9.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#DAFB31 (or 0xDAFB31) is known color: Pear. HEX triplet: DA, FB and 31. RGB value is (218,251,49). Sum of RGB (Red+Green+Blue) = 218+251+49=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 49 (19.53% from 255 or 9.46% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFB31 is #2504CE. Grayscale: #DADADA. Windows color (decimal): -2426063 or 3275738. OLE color: 3275738.

HSL color Cylindrical-coordinate representation of color #DAFB31: hue angle of 69.8º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAFB31 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 49 -
CMYK 0.13 0 0.80 0.02
HSL 69.8º 0.96% 0.59% -
HSV(B) 69.8º 0.8% 0.98% -
XYZ 63.97 84.12 15.77 -
YUV 218.11 32.57 127.93 -
System Red Green Blue C M Y K H S L
Decimal 218 251 49 0.13 0 0.80 0.02 69.8 0.96 0.59
Hex DA FB 31 D 0 50 2 46 60 3B
Octal 332 373 61 15 0 120 2 106 140 73
Binary 11011010 11111011 110001 1101 0 1010000 10 1000110 1100000 111011

Color Harmonies of #DAFB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB31

Black with #DAFB31

Text Example


Text Example

White with #DAFB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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