Html Css Color HEX #6CCC30 Apple

📋 copy color: '#6CCC30'

red 108 ◦ green 204 ◦ blue 48

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

Shades of Apple #6CCC30

Tints of Apple #6CCC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.67%

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

R = 30%
G = 56.67%
B = 13.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#6CCC30 (or 0x6CCC30) is known color: Apple. HEX triplet: 6C, CC and 30. RGB value is (108,204,48). Sum of RGB (Red+Green+Blue) = 108+204+48=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCC30 is #9333CF. Grayscale: #9E9E9E. Windows color (decimal): -9647056 or 3198060. OLE color: 3198060.

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

Color convert

RGB 108 204 48 -
CMYK 0.47 0 0.76 0.2
HSL 96.92º 0.62% 0.49% -
HSV(B) 96.92º 0.76% 0.8% -
XYZ 28.31 46.59 10.3 -
YUV 157.51 66.2 92.68 -
System Red Green Blue C M Y K H S L
Decimal 108 204 48 0.47 0 0.76 0.2 96.92 0.62 0.49
Hex 6C CC 30 2F 0 4C 14 61 3E 31
Octal 154 314 60 57 0 114 24 141 76 61
Binary 1101100 11001100 110000 101111 0 1001100 10100 1100001 111110 110001

Color Harmonies of #6CCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCC30

Black with #6CCC30

Text Example


Text Example

White with #6CCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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