Html Css Color HEX #DAF741 Pear

📋 copy color: '#DAF741'

red 218 ◦ green 247 ◦ blue 65

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

Shades of Pear #DAF741

Tints of Pear #DAF741

RGB

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

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

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

R = 41.13%
G = 46.6%
B = 12.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#DAF741 (or 0xDAF741) is known color: Pear. HEX triplet: DA, F7 and 41. RGB value is (218,247,65). Sum of RGB (Red+Green+Blue) = 218+247+65=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 65 (25.78% from 255 or 12.26% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF741 is #2508BE. Grayscale: #DADADA. Windows color (decimal): -2427071 or 4323290. OLE color: 4323290.

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

Color convert

RGB 218 247 65 -
CMYK 0.12 0 0.74 0.03
HSL 69.56º 0.92% 0.61% -
HSV(B) 69.56º 0.74% 0.97% -
XYZ 63.13 81.81 17.46 -
YUV 217.58 41.89 128.3 -
System Red Green Blue C M Y K H S L
Decimal 218 247 65 0.12 0 0.74 0.03 69.56 0.92 0.61
Hex DA F7 41 C 0 4A 3 46 5C 3D
Octal 332 367 101 14 0 112 3 106 134 75
Binary 11011010 11110111 1000001 1100 0 1001010 11 1000110 1011100 111101

Color Harmonies of #DAF741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF741

Black with #DAF741

Text Example


Text Example

White with #DAF741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF741; }

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

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

background-color css

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

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

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

border-color css

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

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

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