Html Css Color HEX #68BE4B Apple

📋 copy color: '#68BE4B'

red 104 ◦ green 190 ◦ blue 75

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

Shades of Apple #68BE4B

Tints of Apple #68BE4B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.49%

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

R = 28.18%
G = 51.49%
B = 20.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#68BE4B (or 0x68BE4B) is known color: Apple. HEX triplet: 68, BE and 4B. RGB value is (104,190,75). Sum of RGB (Red+Green+Blue) = 104+190+75=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BE4B is #9741B4. Grayscale: #979797. Windows color (decimal): -9912757 or 4963944. OLE color: 4963944.

HSL color Cylindrical-coordinate representation of color #68BE4B: hue angle of 104.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68BE4B is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 190 75 -
CMYK 0.45 0 0.61 0.25
HSL 104.87º 0.47% 0.52% -
HSV(B) 104.87º 0.61% 0.75% -
XYZ 25.39 40.28 13.09 -
YUV 151.18 85.01 94.35 -
System Red Green Blue C M Y K H S L
Decimal 104 190 75 0.45 0 0.61 0.25 104.87 0.47 0.52
Hex 68 BE 4B 2D 0 3D 19 69 2F 34
Octal 150 276 113 55 0 75 31 151 57 64
Binary 1101000 10111110 1001011 101101 0 111101 11001 1101001 101111 110100

Color Harmonies of #68BE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BE4B

Black with #68BE4B

Text Example


Text Example

White with #68BE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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