Html Css Color HEX #DAFA3D Pear

📋 copy color: '#DAFA3D'

red 218 ◦ green 250 ◦ blue 61

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

Shades of Pear #DAFA3D

Tints of Pear #DAFA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.53%

R = 41.21%
G = 47.26%
B = 11.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#DAFA3D (or 0xDAFA3D) is known color: Pear. HEX triplet: DA, FA and 3D. RGB value is (218,250,61). Sum of RGB (Red+Green+Blue) = 218+250+61=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA3D is #2505C2. Grayscale: #DBDBDB. Windows color (decimal): -2426307 or 4061914. OLE color: 4061914.

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

Color convert

RGB 218 250 61 -
CMYK 0.13 0 0.76 0.02
HSL 70.16º 0.95% 0.61% -
HSV(B) 70.16º 0.76% 0.98% -
XYZ 63.94 83.61 17.18 -
YUV 218.89 38.9 127.37 -
System Red Green Blue C M Y K H S L
Decimal 218 250 61 0.13 0 0.76 0.02 70.16 0.95 0.61
Hex DA FA 3D D 0 4C 2 46 5F 3D
Octal 332 372 75 15 0 114 2 106 137 75
Binary 11011010 11111010 111101 1101 0 1001100 10 1000110 1011111 111101

Color Harmonies of #DAFA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA3D

Black with #DAFA3D

Text Example


Text Example

White with #DAFA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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