Html Css Color HEX #DAF131 Pear

📋 copy color: '#DAF131'

red 218 ◦ green 241 ◦ blue 49

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

Shades of Pear #DAF131

Tints of Pear #DAF131

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.44%

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

R = 42.91%
G = 47.44%
B = 9.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#DAF131 (or 0xDAF131) is known color: Pear. HEX triplet: DA, F1 and 31. RGB value is (218,241,49). Sum of RGB (Red+Green+Blue) = 218+241+49=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF131 is #250ECE. Grayscale: #D4D4D4. Windows color (decimal): -2428623 or 3273178. OLE color: 3273178.

HSL color Cylindrical-coordinate representation of color #DAF131: hue angle of 67.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAF131 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 49 -
CMYK 0.10 0 0.80 0.05
HSL 67.19º 0.87% 0.57% -
HSV(B) 67.19º 0.8% 0.95% -
XYZ 60.92 78.04 14.76 -
YUV 212.24 35.88 132.11 -
System Red Green Blue C M Y K H S L
Decimal 218 241 49 0.10 0 0.80 0.05 67.19 0.87 0.57
Hex DA F1 31 A 0 50 5 43 57 39
Octal 332 361 61 12 0 120 5 103 127 71
Binary 11011010 11110001 110001 1010 0 1010000 101 1000011 1010111 111001

Color Harmonies of #DAF131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF131

Black with #DAF131

Text Example


Text Example

White with #DAF131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF131; }

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

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

background-color css

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

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

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

border-color css

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

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

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