Html Css Color HEX #DAFB40 Pear

📋 copy color: '#DAFB40'

red 218 ◦ green 251 ◦ blue 64

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

Shades of Pear #DAFB40

Tints of Pear #DAFB40

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.09%

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

R = 40.9%
G = 47.09%
B = 12.01%

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

#DAFB40 (or 0xDAFB40) is known color: Pear. HEX triplet: DA, FB and 40. RGB value is (218,251,64). Sum of RGB (Red+Green+Blue) = 218+251+64=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFB40 is #2504BF. Grayscale: #DCDCDC. Windows color (decimal): -2426048 or 4258778. OLE color: 4258778.

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

Color convert

RGB 218 251 64 -
CMYK 0.13 0 0.75 0.02
HSL 70.59º 0.96% 0.62% -
HSV(B) 70.59º 0.75% 0.98% -
XYZ 64.34 84.27 17.73 -
YUV 219.82 40.07 126.71 -
System Red Green Blue C M Y K H S L
Decimal 218 251 64 0.13 0 0.75 0.02 70.59 0.96 0.62
Hex DA FB 40 D 0 4B 2 47 60 3E
Octal 332 373 100 15 0 113 2 107 140 76
Binary 11011010 11111011 1000000 1101 0 1001011 10 1000111 1100000 111110

Color Harmonies of #DAFB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB40

Black with #DAFB40

Text Example


Text Example

White with #DAFB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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