Html Css Color HEX #DAFD40 Pear

📋 copy color: '#DAFD40'

red 218 ◦ green 253 ◦ blue 64

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

Shades of Pear #DAFD40

Tints of Pear #DAFD40

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.29%

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

R = 40.75%
G = 47.29%
B = 11.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#DAFD40 (or 0xDAFD40) is known color: Pear. HEX triplet: DA, FD and 40. RGB value is (218,253,64). Sum of RGB (Red+Green+Blue) = 218+253+64=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD40 is #2502BF. Grayscale: #DDDDDD. Windows color (decimal): -2425536 or 4259290. OLE color: 4259290.

HSL color Cylindrical-coordinate representation of color #DAFD40: hue angle of 71.11º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAFD40 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 64 -
CMYK 0.14 0 0.75 0.01
HSL 71.11º 0.98% 0.62% -
HSV(B) 71.11º 0.75% 0.99% -
XYZ 64.96 85.53 17.93 -
YUV 220.99 39.4 125.87 -
System Red Green Blue C M Y K H S L
Decimal 218 253 64 0.14 0 0.75 0.01 71.11 0.98 0.62
Hex DA FD 40 E 0 4B 1 47 62 3E
Octal 332 375 100 16 0 113 1 107 142 76
Binary 11011010 11111101 1000000 1110 0 1001011 1 1000111 1100010 111110

Color Harmonies of #DAFD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD40

Black with #DAFD40

Text Example


Text Example

White with #DAFD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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