Html Css Color HEX #DAF94A Pear

📋 copy color: '#DAF94A'

red 218 ◦ green 249 ◦ blue 74

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

Shades of Pear #DAF94A

Tints of Pear #DAF94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.68%

R = 40.3%
G = 46.03%
B = 13.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#DAF94A (or 0xDAF94A) is known color: Pear. HEX triplet: DA, F9 and 4A. RGB value is (218,249,74). Sum of RGB (Red+Green+Blue) = 218+249+74=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF94A is #2506B5. Grayscale: #DCDCDC. Windows color (decimal): -2426550 or 4913626. OLE color: 4913626.

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

Color convert

RGB 218 249 74 -
CMYK 0.12 0 0.70 0.02
HSL 70.63º 0.94% 0.63% -
HSV(B) 70.63º 0.7% 0.98% -
XYZ 64.03 83.15 19.15 -
YUV 219.78 45.73 126.73 -
System Red Green Blue C M Y K H S L
Decimal 218 249 74 0.12 0 0.70 0.02 70.63 0.94 0.63
Hex DA F9 4A C 0 46 2 47 5E 3F
Octal 332 371 112 14 0 106 2 107 136 77
Binary 11011010 11111001 1001010 1100 0 1000110 10 1000111 1011110 111111

Color Harmonies of #DAF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF94A

Black with #DAF94A

Text Example


Text Example

White with #DAF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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