Html Css Color HEX #DAFA40 Pear

📋 copy color: '#DAFA40'

red 218 ◦ green 250 ◦ blue 64

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

Shades of Pear #DAFA40

Tints of Pear #DAFA40

RGB

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

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

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

R = 40.98%
G = 46.99%
B = 12.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#DAFA40 (or 0xDAFA40) is known color: Pear. HEX triplet: DA, FA and 40. RGB value is (218,250,64). Sum of RGB (Red+Green+Blue) = 218+250+64=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA40 is #2505BF. Grayscale: #DBDBDB. Windows color (decimal): -2426304 or 4258522. OLE color: 4258522.

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

Color convert

RGB 218 250 64 -
CMYK 0.13 0 0.74 0.02
HSL 70.32º 0.95% 0.62% -
HSV(B) 70.32º 0.74% 0.98% -
XYZ 64.02 83.65 17.62 -
YUV 219.23 40.4 127.12 -
System Red Green Blue C M Y K H S L
Decimal 218 250 64 0.13 0 0.74 0.02 70.32 0.95 0.62
Hex DA FA 40 D 0 4A 2 46 5F 3E
Octal 332 372 100 15 0 112 2 106 137 76
Binary 11011010 11111010 1000000 1101 0 1001010 10 1000110 1011111 111110

Color Harmonies of #DAFA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA40

Black with #DAFA40

Text Example


Text Example

White with #DAFA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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