Html Css Color HEX #6DD730 Apple

📋 copy color: '#6DD730'

red 109 ◦ green 215 ◦ blue 48

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

Shades of Apple #6DD730

Tints of Apple #6DD730

RGB

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

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

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

R = 29.3%
G = 57.8%
B = 12.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#6DD730 (or 0x6DD730) is known color: Apple. HEX triplet: 6D, D7 and 30. RGB value is (109,215,48). Sum of RGB (Red+Green+Blue) = 109+215+48=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD730 is #9228CF. Grayscale: #A4A4A4. Windows color (decimal): -9578704 or 3200877. OLE color: 3200877.

HSL color Cylindrical-coordinate representation of color #6DD730: hue angle of 98.08º 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 #6DD730 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 215 48 -
CMYK 0.49 0 0.78 0.16
HSL 98.08º 0.68% 0.52% -
HSV(B) 98.08º 0.78% 0.84% -
XYZ 31.14 52.07 11.2 -
YUV 164.27 62.38 88.58 -
System Red Green Blue C M Y K H S L
Decimal 109 215 48 0.49 0 0.78 0.16 98.08 0.68 0.52
Hex 6D D7 30 31 0 4E 10 62 44 34
Octal 155 327 60 61 0 116 20 142 104 64
Binary 1101101 11010111 110000 110001 0 1001110 10000 1100010 1000100 110100

Color Harmonies of #6DD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD730

Black with #6DD730

Text Example


Text Example

White with #6DD730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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