Html Css Color HEX #DAF941 Pear

📋 copy color: '#DAF941'

red 218 ◦ green 249 ◦ blue 65

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

Shades of Pear #DAF941

Tints of Pear #DAF941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.22%

R = 40.98%
G = 46.8%
B = 12.22%

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

#DAF941 (or 0xDAF941) is known color: Pear. HEX triplet: DA, F9 and 41. RGB value is (218,249,65). Sum of RGB (Red+Green+Blue) = 218+249+65=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 65 (25.78% from 255 or 12.22% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF941 is #2506BE. Grayscale: #DBDBDB. Windows color (decimal): -2426559 or 4323802. OLE color: 4323802.

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

Color convert

RGB 218 249 65 -
CMYK 0.12 0 0.74 0.02
HSL 70.11º 0.94% 0.62% -
HSV(B) 70.11º 0.74% 0.98% -
XYZ 63.74 83.04 17.67 -
YUV 218.76 41.23 127.46 -
System Red Green Blue C M Y K H S L
Decimal 218 249 65 0.12 0 0.74 0.02 70.11 0.94 0.62
Hex DA F9 41 C 0 4A 2 46 5E 3E
Octal 332 371 101 14 0 112 2 106 136 76
Binary 11011010 11111001 1000001 1100 0 1001010 10 1000110 1011110 111110

Color Harmonies of #DAF941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF941

Black with #DAF941

Text Example


Text Example

White with #DAF941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF941; }

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

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

background-color css

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

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

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

border-color css

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

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

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