Html Css Color HEX #30A63D Fruit Salad

📋 copy color: '#30A63D'

red 48 ◦ green 166 ◦ blue 61

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

Shades of Fruit Salad #30A63D

Tints of Fruit Salad #30A63D

RGB

 RED value IS 48 (19.14% from 255) = 17.45%

 GREEN value IS 166 (65.23% from 255) = 60.36%

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 17.45%
G = 60.36%
B = 22.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#30A63D (or 0x30A63D) is known color: Fruit Salad. HEX triplet: 30, A6 and 3D. RGB value is (48,166,61). Sum of RGB (Red+Green+Blue) = 48+166+61=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #30A63D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A63D is #CF59C2. Grayscale: #777777. Windows color (decimal): -13588931 or 4040240. OLE color: 4040240.

HSL color Cylindrical-coordinate representation of color #30A63D: hue angle of 126.61º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A63D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 166 61 -
CMYK 0.71 0 0.63 0.35
HSL 126.61º 0.55% 0.42% -
HSV(B) 126.61º 0.71% 0.65% -
XYZ 15.7 28.24 9.04 -
YUV 118.75 95.41 77.54 -
System Red Green Blue C M Y K H S L
Decimal 48 166 61 0.71 0 0.63 0.35 126.61 0.55 0.42
Hex 30 A6 3D 47 0 3F 23 7F 37 2A
Octal 60 246 75 107 0 77 43 177 67 52
Binary 110000 10100110 111101 1000111 0 111111 100011 1111111 110111 101010

Color Harmonies of #30A63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A63D

Black with #30A63D

Text Example


Text Example

White with #30A63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30A63D; }

 p { color: rgb(48,166,61); }

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

background-color css

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

 a { background-color: rgb(48,166,61); }

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

border-color css

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

 span { border-color: rgb(48,166,61); }

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