Html Css Color HEX #6CCC45 Apple

📋 copy color: '#6CCC45'

red 108 ◦ green 204 ◦ blue 69

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

Shades of Apple #6CCC45

Tints of Apple #6CCC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 28.35%
G = 53.54%
B = 18.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#6CCC45 (or 0x6CCC45) is known color: Apple. HEX triplet: 6C, CC and 45. RGB value is (108,204,69). Sum of RGB (Red+Green+Blue) = 108+204+69=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCC45 is #9333BA. Grayscale: #A0A0A0. Windows color (decimal): -9647035 or 4574316. OLE color: 4574316.

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

Color convert

RGB 108 204 69 -
CMYK 0.47 0 0.66 0.2
HSL 102.67º 0.57% 0.54% -
HSV(B) 102.67º 0.66% 0.8% -
XYZ 28.85 46.8 13.14 -
YUV 159.91 76.7 90.98 -
System Red Green Blue C M Y K H S L
Decimal 108 204 69 0.47 0 0.66 0.2 102.67 0.57 0.54
Hex 6C CC 45 2F 0 42 14 67 39 36
Octal 154 314 105 57 0 102 24 147 71 66
Binary 1101100 11001100 1000101 101111 0 1000010 10100 1100111 111001 110110

Color Harmonies of #6CCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCC45

Black with #6CCC45

Text Example


Text Example

White with #6CCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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