Html Css Color HEX #DAF74A Pear

📋 copy color: '#DAF74A'

red 218 ◦ green 247 ◦ blue 74

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

Shades of Pear #DAF74A

Tints of Pear #DAF74A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.83%

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

R = 40.45%
G = 45.83%
B = 13.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#DAF74A (or 0xDAF74A) is known color: Pear. HEX triplet: DA, F7 and 4A. RGB value is (218,247,74). Sum of RGB (Red+Green+Blue) = 218+247+74=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF74A is #2508B5. Grayscale: #DBDBDB. Windows color (decimal): -2427062 or 4913114. OLE color: 4913114.

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

Color convert

RGB 218 247 74 -
CMYK 0.12 0 0.70 0.03
HSL 70.06º 0.92% 0.63% -
HSV(B) 70.06º 0.7% 0.97% -
XYZ 63.41 81.92 18.95 -
YUV 218.61 46.39 127.57 -
System Red Green Blue C M Y K H S L
Decimal 218 247 74 0.12 0 0.70 0.03 70.06 0.92 0.63
Hex DA F7 4A C 0 46 3 46 5C 3F
Octal 332 367 112 14 0 106 3 106 134 77
Binary 11011010 11110111 1001010 1100 0 1000110 11 1000110 1011100 111111

Color Harmonies of #DAF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF74A

Black with #DAF74A

Text Example


Text Example

White with #DAF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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