Html Css Color HEX #76BE01 Christi

📋 copy color: '#76BE01'

red 118 ◦ green 190 ◦ blue 1

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

Shades of Christi #76BE01

Tints of Christi #76BE01

RGB

 RED value IS 118 (46.48% from 255) = 38.19%

 GREEN value IS 190 (74.61% from 255) = 61.49%

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

R = 38.19%
G = 61.49%
B = 0.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#76BE01 (or 0x76BE01) is known color: Christi. HEX triplet: 76, BE and 01. RGB value is (118,190,1). Sum of RGB (Red+Green+Blue) = 118+190+1=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 190 (74.61% from 255 or 61.49% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BE01 is #8941FE. Grayscale: #939393. Windows color (decimal): -8995327 or 114294. OLE color: 114294.

HSL color Cylindrical-coordinate representation of color #76BE01: hue angle of 82.86º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76BE01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 1 -
CMYK 0.38 0 0.99 0.25
HSL 82.86º 0.99% 0.37% -
HSV(B) 82.86º 0.99% 0.75% -
XYZ 25.89 40.68 6.52 -
YUV 146.93 45.65 107.37 -
System Red Green Blue C M Y K H S L
Decimal 118 190 1 0.38 0 0.99 0.25 82.86 0.99 0.37
Hex 76 BE 1 26 0 63 19 53 63 25
Octal 166 276 1 46 0 143 31 123 143 45
Binary 1110110 10111110 1 100110 0 1100011 11001 1010011 1100011 100101

Color Harmonies of #76BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE01

Black with #76BE01

Text Example


Text Example

White with #76BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BE01; }

 p { color: rgb(118,190,1); }

 H1.HeaderClassName
 {
   color: #76BE01;
 }
 .AnyTagClassName
 {
   color: #76BE01;
 }
</style>

background-color css

<style>
 a { background-color: #76BE01; }

 a { background-color: rgb(118,190,1); }

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

border-color css

<style>
 span { border-color: #76BE01; }

 span { border-color: rgb(118,190,1); }

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