Html Css Color HEX #DAF140 Pear

📋 copy color: '#DAF140'

red 218 ◦ green 241 ◦ blue 64

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

Shades of Pear #DAF140

Tints of Pear #DAF140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.08%

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

R = 41.68%
G = 46.08%
B = 12.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#DAF140 (or 0xDAF140) is known color: Pear. HEX triplet: DA, F1 and 40. RGB value is (218,241,64). Sum of RGB (Red+Green+Blue) = 218+241+64=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF140 is #250EBF. Grayscale: #D6D6D6. Windows color (decimal): -2428608 or 4256218. OLE color: 4256218.

HSL color Cylindrical-coordinate representation of color #DAF140: hue angle of 67.8º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAF140 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 64 -
CMYK 0.10 0 0.73 0.05
HSL 67.8º 0.86% 0.6% -
HSV(B) 67.8º 0.73% 0.95% -
XYZ 61.29 78.19 16.71 -
YUV 213.95 43.38 130.89 -
System Red Green Blue C M Y K H S L
Decimal 218 241 64 0.10 0 0.73 0.05 67.8 0.86 0.6
Hex DA F1 40 A 0 49 5 44 56 3C
Octal 332 361 100 12 0 111 5 104 126 74
Binary 11011010 11110001 1000000 1010 0 1001001 101 1000100 1010110 111100

Color Harmonies of #DAF140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF140

Black with #DAF140

Text Example


Text Example

White with #DAF140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF140; }

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

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

background-color css

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

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

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

border-color css

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

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

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