Html Css Color HEX #6DD330 Apple

📋 copy color: '#6DD330'

red 109 ◦ green 211 ◦ blue 48

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

Shades of Apple #6DD330

Tints of Apple #6DD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.34%

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

R = 29.62%
G = 57.34%
B = 13.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#6DD330 (or 0x6DD330) is known color: Apple. HEX triplet: 6D, D3 and 30. RGB value is (109,211,48). Sum of RGB (Red+Green+Blue) = 109+211+48=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 211 (82.81% from 255 or 57.34% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 211 - color contains mainly: green. Hex color #6DD330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD330 is #922CCF. Grayscale: #A2A2A2. Windows color (decimal): -9579728 or 3199853. OLE color: 3199853.

HSL color Cylindrical-coordinate representation of color #6DD330: hue angle of 97.55º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6DD330 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 109 211 48 -
CMYK 0.48 0 0.77 0.17
HSL 97.55º 0.65% 0.51% -
HSV(B) 97.55º 0.77% 0.83% -
XYZ 30.13 50.05 10.87 -
YUV 161.92 63.71 90.25 -
System Red Green Blue C M Y K H S L
Decimal 109 211 48 0.48 0 0.77 0.17 97.55 0.65 0.51
Hex 6D D3 30 30 0 4D 11 62 41 33
Octal 155 323 60 60 0 115 21 142 101 63
Binary 1101101 11010011 110000 110000 0 1001101 10001 1100010 1000001 110011

Color Harmonies of #6DD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD330

Black with #6DD330

Text Example


Text Example

White with #6DD330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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