Html Css Color HEX #DAFA3F Pear

📋 copy color: '#DAFA3F'

red 218 ◦ green 250 ◦ blue 63

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

Shades of Pear #DAFA3F

Tints of Pear #DAFA3F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.08%

 BLUE value IS 63 (25% from 255) = 11.86%

R = 41.05%
G = 47.08%
B = 11.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#DAFA3F (or 0xDAFA3F) is known color: Pear. HEX triplet: DA, FA and 3F. RGB value is (218,250,63). Sum of RGB (Red+Green+Blue) = 218+250+63=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 63 (25% from 255 or 11.86% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA3F is #2505C0. Grayscale: #DBDBDB. Windows color (decimal): -2426305 or 4192986. OLE color: 4192986.

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

Color convert

RGB 218 250 63 -
CMYK 0.13 0 0.75 0.02
HSL 70.27º 0.95% 0.61% -
HSV(B) 70.27º 0.75% 0.98% -
XYZ 64 83.64 17.47 -
YUV 219.11 39.9 127.21 -
System Red Green Blue C M Y K H S L
Decimal 218 250 63 0.13 0 0.75 0.02 70.27 0.95 0.61
Hex DA FA 3F D 0 4B 2 46 5F 3D
Octal 332 372 77 15 0 113 2 106 137 75
Binary 11011010 11111010 111111 1101 0 1001011 10 1000110 1011111 111101

Color Harmonies of #DAFA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA3F

Black with #DAFA3F

Text Example


Text Example

White with #DAFA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA3F; }

 p { color: rgb(218,250,63); }

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

background-color css

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

 a { background-color: rgb(218,250,63); }

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

border-color css

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

 span { border-color: rgb(218,250,63); }

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