Html Css Color HEX #6CCD30 Apple

📋 copy color: '#6CCD30'

red 108 ◦ green 205 ◦ blue 48

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

Shades of Apple #6CCD30

Tints of Apple #6CCD30

RGB

 RED value IS 108 (42.58% from 255) = 29.92%

 GREEN value IS 205 (80.47% from 255) = 56.79%

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

R = 29.92%
G = 56.79%
B = 13.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#6CCD30 (or 0x6CCD30) is known color: Apple. HEX triplet: 6C, CD and 30. RGB value is (108,205,48). Sum of RGB (Red+Green+Blue) = 108+205+48=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCD30 is #9332CF. Grayscale: #9E9E9E. Windows color (decimal): -9646800 or 3198316. OLE color: 3198316.

HSL color Cylindrical-coordinate representation of color #6CCD30: hue angle of 97.07º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6CCD30 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 48 -
CMYK 0.47 0 0.77 0.20
HSL 97.07º 0.62% 0.5% -
HSV(B) 97.07º 0.77% 0.8% -
XYZ 28.55 47.06 10.38 -
YUV 158.1 65.86 92.27 -
System Red Green Blue C M Y K H S L
Decimal 108 205 48 0.47 0 0.77 0.20 97.07 0.62 0.5
Hex 6C CD 30 2F 0 4D 14 61 3E 32
Octal 154 315 60 57 0 115 24 141 76 62
Binary 1101100 11001101 110000 101111 0 1001101 10100 1100001 111110 110010

Color Harmonies of #6CCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCD30

Black with #6CCD30

Text Example


Text Example

White with #6CCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,205,48); }

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

background-color css

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

 a { background-color: rgb(108,205,48); }

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

border-color css

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

 span { border-color: rgb(108,205,48); }

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