Html Css Color HEX #DAFC30 Pear

📋 copy color: '#DAFC30'

red 218 ◦ green 252 ◦ blue 48

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

Shades of Pear #DAFC30

Tints of Pear #DAFC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.65%

 BLUE value IS 48 (19.14% from 255) = 9.27%

R = 42.08%
G = 48.65%
B = 9.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#DAFC30 (or 0xDAFC30) is known color: Pear. HEX triplet: DA, FC and 30. RGB value is (218,252,48). Sum of RGB (Red+Green+Blue) = 218+252+48=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 48 (19.14% from 255 or 9.27% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFC30 is #2503CF. Grayscale: #DBDBDB. Windows color (decimal): -2425808 or 3210458. OLE color: 3210458.

HSL color Cylindrical-coordinate representation of color #DAFC30: hue angle of 70º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAFC30 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 48 -
CMYK 0.13 0 0.81 0.01
HSL 70º 0.97% 0.59% -
HSV(B) 70º 0.81% 0.99% -
XYZ 64.26 84.74 15.77 -
YUV 218.58 31.74 127.59 -
System Red Green Blue C M Y K H S L
Decimal 218 252 48 0.13 0 0.81 0.01 70 0.97 0.59
Hex DA FC 30 D 0 51 1 46 61 3B
Octal 332 374 60 15 0 121 1 106 141 73
Binary 11011010 11111100 110000 1101 0 1010001 1 1000110 1100001 111011

Color Harmonies of #DAFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC30

Black with #DAFC30

Text Example


Text Example

White with #DAFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC30; }

 p { color: rgb(218,252,48); }

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

background-color css

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

 a { background-color: rgb(218,252,48); }

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

border-color css

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

 span { border-color: rgb(218,252,48); }

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