Html Css Color HEX #68C32B Apple

📋 copy color: '#68C32B'

red 104 ◦ green 195 ◦ blue 43

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

Shades of Apple #68C32B

Tints of Apple #68C32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.02%

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 30.41%
G = 57.02%
B = 12.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#68C32B (or 0x68C32B) is known color: Apple. HEX triplet: 68, C3 and 2B. RGB value is (104,195,43). Sum of RGB (Red+Green+Blue) = 104+195+43=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #68C32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C32B is #973CD4. Grayscale: #969696. Windows color (decimal): -9911509 or 2868072. OLE color: 2868072.

HSL color Cylindrical-coordinate representation of color #68C32B: hue angle of 95.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68C32B is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 195 43 -
CMYK 0.47 0 0.78 0.24
HSL 95.92º 0.64% 0.47% -
HSV(B) 95.92º 0.78% 0.76% -
XYZ 25.66 42.15 9.07 -
YUV 150.46 67.35 94.86 -
System Red Green Blue C M Y K H S L
Decimal 104 195 43 0.47 0 0.78 0.24 95.92 0.64 0.47
Hex 68 C3 2B 2F 0 4E 18 60 40 2F
Octal 150 303 53 57 0 116 30 140 100 57
Binary 1101000 11000011 101011 101111 0 1001110 11000 1100000 1000000 101111

Color Harmonies of #68C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C32B

Black with #68C32B

Text Example


Text Example

White with #68C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,195,43); }

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

background-color css

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

 a { background-color: rgb(104,195,43); }

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

border-color css

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

 span { border-color: rgb(104,195,43); }

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