Html Css Color HEX #DAF72A Pear

📋 copy color: '#DAF72A'

red 218 ◦ green 247 ◦ blue 42

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

Shades of Pear #DAF72A

Tints of Pear #DAF72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.28%

R = 43%
G = 48.72%
B = 8.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#DAF72A (or 0xDAF72A) is known color: Pear. HEX triplet: DA, F7 and 2A. RGB value is (218,247,42). Sum of RGB (Red+Green+Blue) = 218+247+42=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 42 (16.80% from 255 or 8.28% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF72A is #2508D5. Grayscale: #D7D7D7. Windows color (decimal): -2427094 or 2815962. OLE color: 2815962.

HSL color Cylindrical-coordinate representation of color #DAF72A: hue angle of 68.49º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAF72A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 42 -
CMYK 0.12 0 0.83 0.03
HSL 68.49º 0.93% 0.57% -
HSV(B) 68.49º 0.83% 0.97% -
XYZ 62.59 81.59 14.64 -
YUV 214.96 30.39 130.17 -
System Red Green Blue C M Y K H S L
Decimal 218 247 42 0.12 0 0.83 0.03 68.49 0.93 0.57
Hex DA F7 2A C 0 53 3 44 5D 39
Octal 332 367 52 14 0 123 3 104 135 71
Binary 11011010 11110111 101010 1100 0 1010011 11 1000100 1011101 111001

Color Harmonies of #DAF72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF72A

Black with #DAF72A

Text Example


Text Example

White with #DAF72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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