Html Css Color HEX #DAF531 Pear

📋 copy color: '#DAF531'

red 218 ◦ green 245 ◦ blue 49

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

Shades of Pear #DAF531

Tints of Pear #DAF531

RGB

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

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

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

R = 42.58%
G = 47.85%
B = 9.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#DAF531 (or 0xDAF531) is known color: Pear. HEX triplet: DA, F5 and 31. RGB value is (218,245,49). Sum of RGB (Red+Green+Blue) = 218+245+49=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF531 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF531 is #250ACE. Grayscale: #D7D7D7. Windows color (decimal): -2427599 or 3274202. OLE color: 3274202.

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

Color convert

RGB 218 245 49 -
CMYK 0.11 0 0.8 0.04
HSL 68.27º 0.91% 0.58% -
HSV(B) 68.27º 0.8% 0.96% -
XYZ 62.12 80.43 15.16 -
YUV 214.58 34.55 130.44 -
System Red Green Blue C M Y K H S L
Decimal 218 245 49 0.11 0 0.8 0.04 68.27 0.91 0.58
Hex DA F5 31 B 0 50 4 44 5B 3A
Octal 332 365 61 13 0 120 4 104 133 72
Binary 11011010 11110101 110001 1011 0 1010000 100 1000100 1011011 111010

Color Harmonies of #DAF531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF531

Black with #DAF531

Text Example


Text Example

White with #DAF531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF531; }

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

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

background-color css

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

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

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

border-color css

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

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

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