Html Css Color HEX #DAF541 Pear

📋 copy color: '#DAF541'

red 218 ◦ green 245 ◦ blue 65

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

Shades of Pear #DAF541

Tints of Pear #DAF541

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.4%

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

R = 41.29%
G = 46.4%
B = 12.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#DAF541 (or 0xDAF541) is known color: Pear. HEX triplet: DA, F5 and 41. RGB value is (218,245,65). Sum of RGB (Red+Green+Blue) = 218+245+65=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF541 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF541 is #250ABE. Grayscale: #D9D9D9. Windows color (decimal): -2427583 or 4322778. OLE color: 4322778.

HSL color Cylindrical-coordinate representation of color #DAF541: hue angle of 69º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAF541 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 65 -
CMYK 0.11 0 0.73 0.04
HSL 69º 0.9% 0.61% -
HSV(B) 69º 0.73% 0.96% -
XYZ 62.52 80.59 17.26 -
YUV 216.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 218 245 65 0.11 0 0.73 0.04 69 0.9 0.61
Hex DA F5 41 B 0 49 4 45 5A 3D
Octal 332 365 101 13 0 111 4 105 132 75
Binary 11011010 11110101 1000001 1011 0 1001001 100 1000101 1011010 111101

Color Harmonies of #DAF541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF541

Black with #DAF541

Text Example


Text Example

White with #DAF541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF541; }

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

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

background-color css

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

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

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

border-color css

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

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

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