Html Css Color HEX #60CB31 Apple

📋 copy color: '#60CB31'

red 96 ◦ green 203 ◦ blue 49

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

Shades of Apple #60CB31

Tints of Apple #60CB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.08%

R = 27.59%
G = 58.33%
B = 14.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#60CB31 (or 0x60CB31) is known color: Apple. HEX triplet: 60, CB and 31. RGB value is (96,203,49). Sum of RGB (Red+Green+Blue) = 96+203+49=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CB31 is #9F34CE. Grayscale: #999999. Windows color (decimal): -10433743 or 3263328. OLE color: 3263328.

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

Color convert

RGB 96 203 49 -
CMYK 0.53 0 0.76 0.20
HSL 101.69º 0.61% 0.49% -
HSV(B) 101.69º 0.76% 0.8% -
XYZ 26.73 45.42 10.26 -
YUV 153.45 69.05 87.02 -
System Red Green Blue C M Y K H S L
Decimal 96 203 49 0.53 0 0.76 0.20 101.69 0.61 0.49
Hex 60 CB 31 35 0 4C 14 66 3D 31
Octal 140 313 61 65 0 114 24 146 75 61
Binary 1100000 11001011 110001 110101 0 1001100 10100 1100110 111101 110001

Color Harmonies of #60CB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CB31

Black with #60CB31

Text Example


Text Example

White with #60CB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,203,49); }

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

background-color css

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

 a { background-color: rgb(96,203,49); }

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

border-color css

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

 span { border-color: rgb(96,203,49); }

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