Html Css Color HEX #68CB40 Apple

📋 copy color: '#68CB40'

red 104 ◦ green 203 ◦ blue 64

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

Shades of Apple #68CB40

Tints of Apple #68CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.72%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 28.03%
G = 54.72%
B = 17.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#68CB40 (or 0x68CB40) is known color: Apple. HEX triplet: 68, CB and 40. RGB value is (104,203,64). Sum of RGB (Red+Green+Blue) = 104+203+64=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CB40 is #9734BF. Grayscale: #9E9E9E. Windows color (decimal): -9909440 or 4246376. OLE color: 4246376.

HSL color Cylindrical-coordinate representation of color #68CB40: hue angle of 102.73º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68CB40 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 203 64 -
CMYK 0.49 0 0.68 0.20
HSL 102.73º 0.57% 0.52% -
HSV(B) 102.73º 0.68% 0.8% -
XYZ 27.99 46.03 12.26 -
YUV 157.55 75.2 89.8 -
System Red Green Blue C M Y K H S L
Decimal 104 203 64 0.49 0 0.68 0.20 102.73 0.57 0.52
Hex 68 CB 40 31 0 44 14 67 39 34
Octal 150 313 100 61 0 104 24 147 71 64
Binary 1101000 11001011 1000000 110001 0 1000100 10100 1100111 111001 110100

Color Harmonies of #68CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CB40

Black with #68CB40

Text Example


Text Example

White with #68CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,203,64); }

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

background-color css

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

 a { background-color: rgb(104,203,64); }

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

border-color css

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

 span { border-color: rgb(104,203,64); }

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