Html Css Color HEX #68C24B Apple

📋 copy color: '#68C24B'

red 104 ◦ green 194 ◦ blue 75

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

Shades of Apple #68C24B

Tints of Apple #68C24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.01%

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 27.88%
G = 52.01%
B = 20.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#68C24B (or 0x68C24B) is known color: Apple. HEX triplet: 68, C2 and 4B. RGB value is (104,194,75). Sum of RGB (Red+Green+Blue) = 104+194+75=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #68C24B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C24B is #973DB4. Grayscale: #999999. Windows color (decimal): -9911733 or 4964968. OLE color: 4964968.

HSL color Cylindrical-coordinate representation of color #68C24B: hue angle of 105.38º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68C24B is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 194 75 -
CMYK 0.46 0 0.61 0.24
HSL 105.38º 0.49% 0.53% -
HSV(B) 105.38º 0.61% 0.76% -
XYZ 26.27 42.03 13.39 -
YUV 153.52 83.68 92.68 -
System Red Green Blue C M Y K H S L
Decimal 104 194 75 0.46 0 0.61 0.24 105.38 0.49 0.53
Hex 68 C2 4B 2E 0 3D 18 69 31 35
Octal 150 302 113 56 0 75 30 151 61 65
Binary 1101000 11000010 1001011 101110 0 111101 11000 1101001 110001 110101

Color Harmonies of #68C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C24B

Black with #68C24B

Text Example


Text Example

White with #68C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,194,75); }

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

background-color css

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

 a { background-color: rgb(104,194,75); }

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

border-color css

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

 span { border-color: rgb(104,194,75); }

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