Html Css Color HEX #6DC030 Apple

📋 copy color: '#6DC030'

red 109 ◦ green 192 ◦ blue 48

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

Shades of Apple #6DC030

Tints of Apple #6DC030

RGB

 RED value IS 109 (42.97% from 255) = 31.23%

 GREEN value IS 192 (75.39% from 255) = 55.01%

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

R = 31.23%
G = 55.01%
B = 13.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#6DC030 (or 0x6DC030) is known color: Apple. HEX triplet: 6D, C0 and 30. RGB value is (109,192,48). Sum of RGB (Red+Green+Blue) = 109+192+48=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC030 is #923FCF. Grayscale: #979797. Windows color (decimal): -9584592 or 3194989. OLE color: 3194989.

HSL color Cylindrical-coordinate representation of color #6DC030: hue angle of 94.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DC030 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 192 48 -
CMYK 0.43 0 0.75 0.25
HSL 94.58º 0.6% 0.47% -
HSV(B) 94.58º 0.75% 0.75% -
XYZ 25.69 41.16 9.39 -
YUV 150.77 70 98.21 -
System Red Green Blue C M Y K H S L
Decimal 109 192 48 0.43 0 0.75 0.25 94.58 0.6 0.47
Hex 6D C0 30 2B 0 4B 19 5F 3C 2F
Octal 155 300 60 53 0 113 31 137 74 57
Binary 1101101 11000000 110000 101011 0 1001011 11001 1011111 111100 101111

Color Harmonies of #6DC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC030

Black with #6DC030

Text Example


Text Example

White with #6DC030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DC030; }

 p { color: rgb(109,192,48); }

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

background-color css

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

 a { background-color: rgb(109,192,48); }

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

border-color css

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

 span { border-color: rgb(109,192,48); }

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