Html Css Color HEX #DCFA30 Pear

📋 copy color: '#DCFA30'

red 220 ◦ green 250 ◦ blue 48

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

Shades of Pear #DCFA30

Tints of Pear #DCFA30

RGB

 RED value IS 220 (86.33% from 255) = 42.47%

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

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

R = 42.47%
G = 48.26%
B = 9.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#DCFA30 (or 0xDCFA30) is known color: Pear. HEX triplet: DC, FA and 30. RGB value is (220,250,48). Sum of RGB (Red+Green+Blue) = 220+250+48=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 48 (19.14% from 255 or 9.27% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFA30 is #2305CF. Grayscale: #DADADA. Windows color (decimal): -2295248 or 3209948. OLE color: 3209948.

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

Color convert

RGB 220 250 48 -
CMYK 0.12 0 0.81 0.02
HSL 68.91º 0.95% 0.58% -
HSV(B) 68.91º 0.81% 0.98% -
XYZ 64.23 83.8 15.59 -
YUV 218 32.06 129.43 -
System Red Green Blue C M Y K H S L
Decimal 220 250 48 0.12 0 0.81 0.02 68.91 0.95 0.58
Hex DC FA 30 C 0 51 2 45 5F 3A
Octal 334 372 60 14 0 121 2 105 137 72
Binary 11011100 11111010 110000 1100 0 1010001 10 1000101 1011111 111010

Color Harmonies of #DCFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA30

Black with #DCFA30

Text Example


Text Example

White with #DCFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA30; }

 p { color: rgb(220,250,48); }

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

background-color css

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

 a { background-color: rgb(220,250,48); }

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

border-color css

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

 span { border-color: rgb(220,250,48); }

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