Html Css Color HEX #DAF844 Pear

📋 copy color: '#DAF844'

red 218 ◦ green 248 ◦ blue 68

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

Shades of Pear #DAF844

Tints of Pear #DAF844

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.44%

 BLUE value IS 68 (26.95% from 255) = 12.73%

R = 40.82%
G = 46.44%
B = 12.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#DAF844 (or 0xDAF844) is known color: Pear. HEX triplet: DA, F8 and 44. RGB value is (218,248,68). Sum of RGB (Red+Green+Blue) = 218+248+68=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 68 (26.95% from 255 or 12.73% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF844 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF844 is #2507BB. Grayscale: #DBDBDB. Windows color (decimal): -2426812 or 4520154. OLE color: 4520154.

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

Color convert

RGB 218 248 68 -
CMYK 0.12 0 0.73 0.03
HSL 70º 0.93% 0.62% -
HSV(B) 70º 0.73% 0.97% -
XYZ 63.52 82.46 18.04 -
YUV 218.51 43.06 127.64 -
System Red Green Blue C M Y K H S L
Decimal 218 248 68 0.12 0 0.73 0.03 70 0.93 0.62
Hex DA F8 44 C 0 49 3 46 5D 3E
Octal 332 370 104 14 0 111 3 106 135 76
Binary 11011010 11111000 1000100 1100 0 1001001 11 1000110 1011101 111110

Color Harmonies of #DAF844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF844

Black with #DAF844

Text Example


Text Example

White with #DAF844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF844; }

 p { color: rgb(218,248,68); }

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

background-color css

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

 a { background-color: rgb(218,248,68); }

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

border-color css

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

 span { border-color: rgb(218,248,68); }

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