Html Css Color HEX #6BD730 Apple

📋 copy color: '#6BD730'

red 107 ◦ green 215 ◦ blue 48

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

Shades of Apple #6BD730

Tints of Apple #6BD730

RGB

 RED value IS 107 (42.19% from 255) = 28.92%

 GREEN value IS 215 (84.38% from 255) = 58.11%

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

R = 28.92%
G = 58.11%
B = 12.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#6BD730 (or 0x6BD730) is known color: Apple. HEX triplet: 6B, D7 and 30. RGB value is (107,215,48). Sum of RGB (Red+Green+Blue) = 107+215+48=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD730 is #9428CF. Grayscale: #A4A4A4. Windows color (decimal): -9709776 or 3200875. OLE color: 3200875.

HSL color Cylindrical-coordinate representation of color #6BD730: hue angle of 98.8º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6BD730 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 215 48 -
CMYK 0.50 0 0.78 0.16
HSL 98.8º 0.68% 0.52% -
HSV(B) 98.8º 0.78% 0.84% -
XYZ 30.9 51.94 11.19 -
YUV 163.67 62.72 87.58 -
System Red Green Blue C M Y K H S L
Decimal 107 215 48 0.50 0 0.78 0.16 98.8 0.68 0.52
Hex 6B D7 30 32 0 4E 10 63 44 34
Octal 153 327 60 62 0 116 20 143 104 64
Binary 1101011 11010111 110000 110010 0 1001110 10000 1100011 1000100 110100

Color Harmonies of #6BD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD730

Black with #6BD730

Text Example


Text Example

White with #6BD730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,215,48); }

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

background-color css

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

 a { background-color: rgb(107,215,48); }

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

border-color css

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

 span { border-color: rgb(107,215,48); }

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