Html Css Color HEX #60B401 Christi

📋 copy color: '#60B401'

red 96 ◦ green 180 ◦ blue 1

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

Shades of Christi #60B401

Tints of Christi #60B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 64.98%

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

R = 34.66%
G = 64.98%
B = 0.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#60B401 (or 0x60B401) is known color: Christi. HEX triplet: 60, B4 and 01. RGB value is (96,180,1). Sum of RGB (Red+Green+Blue) = 96+180+1=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 180 (70.70% from 255 or 64.98% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 180 - color contains mainly: green. Hex color #60B401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60B401 is #9F4BFE. Grayscale: #878787. Windows color (decimal): -10439679 or 111712. OLE color: 111712.

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

Color convert

RGB 96 180 1 -
CMYK 0.47 0 0.99 0.29
HSL 88.16º 0.99% 0.35% -
HSV(B) 88.16º 0.99% 0.71% -
XYZ 21.15 35.13 5.7 -
YUV 134.48 52.67 100.55 -
System Red Green Blue C M Y K H S L
Decimal 96 180 1 0.47 0 0.99 0.29 88.16 0.99 0.35
Hex 60 B4 1 2F 0 63 1D 58 63 23
Octal 140 264 1 57 0 143 35 130 143 43
Binary 1100000 10110100 1 101111 0 1100011 11101 1011000 1100011 100011

Color Harmonies of #60B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B401

Black with #60B401

Text Example


Text Example

White with #60B401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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