Html Css Color HEX #60B300 Christi

📋 copy color: '#60B300'

red 96 ◦ green 179 ◦ blue 0

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

Shades of Christi #60B300

Tints of Christi #60B300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 65.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.91%
G = 65.09%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#60B300 (or 0x60B300) is known color: Christi. HEX triplet: 60, B3 and 00. RGB value is (96,179,0). Sum of RGB (Red+Green+Blue) = 96+179+0=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 179 (70.31% from 255 or 65.09% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 179 - color contains mainly: green. Hex color #60B300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60B300 is #9F4CFF. Grayscale: #868686. Windows color (decimal): -10439936 or 45920. OLE color: 45920.

HSL color Cylindrical-coordinate representation of color #60B300: hue angle of 87.82º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60B300 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 179 0 -
CMYK 0.46 0 1 0.30
HSL 87.82º 1% 0.35% -
HSV(B) 87.82º 1% 0.7% -
XYZ 20.94 34.73 5.6 -
YUV 133.78 52.5 101.05 -
System Red Green Blue C M Y K H S L
Decimal 96 179 0 0.46 0 1 0.30 87.82 1 0.35
Hex 60 B3 0 2E 0 64 1E 58 64 23
Octal 140 263 0 56 0 144 36 130 144 43
Binary 1100000 10110011 0 101110 0 1100100 11110 1011000 1100100 100011

Color Harmonies of #60B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B300

Black with #60B300

Text Example


Text Example

White with #60B300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,179,0); }

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

background-color css

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

 a { background-color: rgb(96,179,0); }

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

border-color css

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

 span { border-color: rgb(96,179,0); }

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