Html Css Color HEX #DAF940 Pear

📋 copy color: '#DAF940'

red 218 ◦ green 249 ◦ blue 64

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

Shades of Pear #DAF940

Tints of Pear #DAF940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.05%

R = 41.05%
G = 46.89%
B = 12.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#DAF940 (or 0xDAF940) is known color: Pear. HEX triplet: DA, F9 and 40. RGB value is (218,249,64). Sum of RGB (Red+Green+Blue) = 218+249+64=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 64 (25.39% from 255 or 12.05% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF940 is #2506BF. Grayscale: #DBDBDB. Windows color (decimal): -2426560 or 4258266. OLE color: 4258266.

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

Color convert

RGB 218 249 64 -
CMYK 0.12 0 0.74 0.02
HSL 70.05º 0.94% 0.61% -
HSV(B) 70.05º 0.74% 0.98% -
XYZ 63.71 83.03 17.52 -
YUV 218.64 40.73 127.54 -
System Red Green Blue C M Y K H S L
Decimal 218 249 64 0.12 0 0.74 0.02 70.05 0.94 0.61
Hex DA F9 40 C 0 4A 2 46 5E 3D
Octal 332 371 100 14 0 112 2 106 136 75
Binary 11011010 11111001 1000000 1100 0 1001010 10 1000110 1011110 111101

Color Harmonies of #DAF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF940

Black with #DAF940

Text Example


Text Example

White with #DAF940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF940; }

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

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

background-color css

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

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

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

border-color css

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

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

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