Html Css Color HEX #60CA3D Apple

📋 copy color: '#60CA3D'

red 96 ◦ green 202 ◦ blue 61

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

Shades of Apple #60CA3D

Tints of Apple #60CA3D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.27%

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 26.74%
G = 56.27%
B = 16.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#60CA3D (or 0x60CA3D) is known color: Apple. HEX triplet: 60, CA and 3D. RGB value is (96,202,61). Sum of RGB (Red+Green+Blue) = 96+202+61=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CA3D is #9F35C2. Grayscale: #9A9A9A. Windows color (decimal): -10433987 or 4049504. OLE color: 4049504.

HSL color Cylindrical-coordinate representation of color #60CA3D: hue angle of 105.11º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60CA3D is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 61 -
CMYK 0.52 0 0.70 0.21
HSL 105.11º 0.57% 0.52% -
HSV(B) 105.11º 0.7% 0.79% -
XYZ 26.79 45.06 11.7 -
YUV 154.23 75.38 86.46 -
System Red Green Blue C M Y K H S L
Decimal 96 202 61 0.52 0 0.70 0.21 105.11 0.57 0.52
Hex 60 CA 3D 34 0 46 15 69 39 34
Octal 140 312 75 64 0 106 25 151 71 64
Binary 1100000 11001010 111101 110100 0 1000110 10101 1101001 111001 110100

Color Harmonies of #60CA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CA3D

Black with #60CA3D

Text Example


Text Example

White with #60CA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,202,61); }

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

background-color css

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

 a { background-color: rgb(96,202,61); }

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

border-color css

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

 span { border-color: rgb(96,202,61); }

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