Html Css Color HEX #DAFD32 Pear

📋 copy color: '#DAFD32'

red 218 ◦ green 253 ◦ blue 50

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

Shades of Pear #DAFD32

Tints of Pear #DAFD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.6%

R = 41.84%
G = 48.56%
B = 9.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#DAFD32 (or 0xDAFD32) is known color: Pear. HEX triplet: DA, FD and 32. RGB value is (218,253,50). Sum of RGB (Red+Green+Blue) = 218+253+50=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 50 (19.92% from 255 or 9.60% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD32 is #2502CD. Grayscale: #DCDCDC. Windows color (decimal): -2425550 or 3341786. OLE color: 3341786.

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

Color convert

RGB 218 253 50 -
CMYK 0.14 0 0.80 0.01
HSL 70.34º 0.98% 0.59% -
HSV(B) 70.34º 0.8% 0.99% -
XYZ 64.61 85.39 16.09 -
YUV 219.39 32.4 127.01 -
System Red Green Blue C M Y K H S L
Decimal 218 253 50 0.14 0 0.80 0.01 70.34 0.98 0.59
Hex DA FD 32 E 0 50 1 46 62 3B
Octal 332 375 62 16 0 120 1 106 142 73
Binary 11011010 11111101 110010 1110 0 1010000 1 1000110 1100010 111011

Color Harmonies of #DAFD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD32

Black with #DAFD32

Text Example


Text Example

White with #DAFD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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