Html Css Color HEX #60C234 Apple

📋 copy color: '#60C234'

red 96 ◦ green 194 ◦ blue 52

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

Shades of Apple #60C234

Tints of Apple #60C234

RGB

 RED value IS 96 (37.89% from 255) = 28.07%

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

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 28.07%
G = 56.73%
B = 15.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#60C234 (or 0x60C234) is known color: Apple. HEX triplet: 60, C2 and 34. RGB value is (96,194,52). Sum of RGB (Red+Green+Blue) = 96+194+52=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #60C234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C234 is #9F3DCB. Grayscale: #949494. Windows color (decimal): -10436044 or 3457632. OLE color: 3457632.

HSL color Cylindrical-coordinate representation of color #60C234: hue angle of 101.41º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60C234 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 194 52 -
CMYK 0.51 0 0.73 0.24
HSL 101.41º 0.58% 0.48% -
HSV(B) 101.41º 0.73% 0.76% -
XYZ 24.74 41.32 9.92 -
YUV 148.51 73.53 90.55 -
System Red Green Blue C M Y K H S L
Decimal 96 194 52 0.51 0 0.73 0.24 101.41 0.58 0.48
Hex 60 C2 34 33 0 49 18 65 3A 30
Octal 140 302 64 63 0 111 30 145 72 60
Binary 1100000 11000010 110100 110011 0 1001001 11000 1100101 111010 110000

Color Harmonies of #60C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C234

Black with #60C234

Text Example


Text Example

White with #60C234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60C234; }

 p { color: rgb(96,194,52); }

 H1.HeaderClassName
 {
   color: #60C234;
 }
 .AnyTagClassName
 {
   color: #60C234;
 }
</style>

background-color css

<style>
 a { background-color: #60C234; }

 a { background-color: rgb(96,194,52); }

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

border-color css

<style>
 span { border-color: #60C234; }

 span { border-color: rgb(96,194,52); }

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