Html Css Color HEX #DAF946 Pear

📋 copy color: '#DAF946'

red 218 ◦ green 249 ◦ blue 70

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

Shades of Pear #DAF946

Tints of Pear #DAF946

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.37%

 BLUE value IS 70 (27.73% from 255) = 13.04%

R = 40.6%
G = 46.37%
B = 13.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#DAF946 (or 0xDAF946) is known color: Pear. HEX triplet: DA, F9 and 46. RGB value is (218,249,70). Sum of RGB (Red+Green+Blue) = 218+249+70=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 70 (27.73% from 255 or 13.04% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF946 is #2506B9. Grayscale: #DCDCDC. Windows color (decimal): -2426554 or 4651482. OLE color: 4651482.

HSL color Cylindrical-coordinate representation of color #DAF946: hue angle of 70.39º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAF946 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 70 -
CMYK 0.12 0 0.72 0.02
HSL 70.39º 0.94% 0.63% -
HSV(B) 70.39º 0.72% 0.98% -
XYZ 63.89 83.1 18.47 -
YUV 219.33 43.73 127.05 -
System Red Green Blue C M Y K H S L
Decimal 218 249 70 0.12 0 0.72 0.02 70.39 0.94 0.63
Hex DA F9 46 C 0 48 2 46 5E 3F
Octal 332 371 106 14 0 110 2 106 136 77
Binary 11011010 11111001 1000110 1100 0 1001000 10 1000110 1011110 111111

Color Harmonies of #DAF946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF946

Black with #DAF946

Text Example


Text Example

White with #DAF946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF946; }

 p { color: rgb(218,249,70); }

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

background-color css

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

 a { background-color: rgb(218,249,70); }

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

border-color css

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

 span { border-color: rgb(218,249,70); }

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