Html Css Color HEX #68CC45 Apple

📋 copy color: '#68CC45'

red 104 ◦ green 204 ◦ blue 69

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

Shades of Apple #68CC45

Tints of Apple #68CC45

RGB

 RED value IS 104 (41.02% from 255) = 27.59%

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

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

R = 27.59%
G = 54.11%
B = 18.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#68CC45 (or 0x68CC45) is known color: Apple. HEX triplet: 68, CC and 45. RGB value is (104,204,69). Sum of RGB (Red+Green+Blue) = 104+204+69=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CC45 is #9733BA. Grayscale: #9F9F9F. Windows color (decimal): -9909179 or 4574312. OLE color: 4574312.

HSL color Cylindrical-coordinate representation of color #68CC45: hue angle of 104.44º 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 #68CC45 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 204 69 -
CMYK 0.49 0 0.66 0.2
HSL 104.44º 0.57% 0.54% -
HSV(B) 104.44º 0.66% 0.8% -
XYZ 28.38 46.56 13.12 -
YUV 158.71 77.37 88.98 -
System Red Green Blue C M Y K H S L
Decimal 104 204 69 0.49 0 0.66 0.2 104.44 0.57 0.54
Hex 68 CC 45 31 0 42 14 68 39 36
Octal 150 314 105 61 0 102 24 150 71 66
Binary 1101000 11001100 1000101 110001 0 1000010 10100 1101000 111001 110110

Color Harmonies of #68CC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CC45

Black with #68CC45

Text Example


Text Example

White with #68CC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68CC45; }

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

 H1.HeaderClassName
 {
   color: #68CC45;
 }
 .AnyTagClassName
 {
   color: #68CC45;
 }
</style>

background-color css

<style>
 a { background-color: #68CC45; }

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

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

border-color css

<style>
 span { border-color: #68CC45; }

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

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