Html Css Color HEX #60B201 Christi

📋 copy color: '#60B201'

red 96 ◦ green 178 ◦ blue 1

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

Shades of Christi #60B201

Tints of Christi #60B201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 64.73%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 34.91%
G = 64.73%
B = 0.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#60B201 (or 0x60B201) is known color: Christi. HEX triplet: 60, B2 and 01. RGB value is (96,178,1). Sum of RGB (Red+Green+Blue) = 96+178+1=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 178 (69.92% from 255 or 64.73% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 178 - color contains mainly: green. Hex color #60B201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60B201 is #9F4DFE. Grayscale: #858585. Windows color (decimal): -10440191 or 111200. OLE color: 111200.

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

Color convert

RGB 96 178 1 -
CMYK 0.46 0 0.99 0.30
HSL 87.8º 0.99% 0.35% -
HSV(B) 87.8º 0.99% 0.7% -
XYZ 20.75 34.33 5.56 -
YUV 133.3 53.33 101.39 -
System Red Green Blue C M Y K H S L
Decimal 96 178 1 0.46 0 0.99 0.30 87.8 0.99 0.35
Hex 60 B2 1 2E 0 63 1E 58 63 23
Octal 140 262 1 56 0 143 36 130 143 43
Binary 1100000 10110010 1 101110 0 1100011 11110 1011000 1100011 100011

Color Harmonies of #60B201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B201

Black with #60B201

Text Example


Text Example

White with #60B201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,178,1); }

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

background-color css

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

 a { background-color: rgb(96,178,1); }

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

border-color css

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

 span { border-color: rgb(96,178,1); }

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