Html Css Color HEX #74BC01 Christi

📋 copy color: '#74BC01'

red 116 ◦ green 188 ◦ blue 1

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

Shades of Christi #74BC01

Tints of Christi #74BC01

RGB

 RED value IS 116 (45.7% from 255) = 38.03%

 GREEN value IS 188 (73.83% from 255) = 61.64%

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

R = 38.03%
G = 61.64%
B = 0.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#74BC01 (or 0x74BC01) is known color: Christi. HEX triplet: 74, BC and 01. RGB value is (116,188,1). Sum of RGB (Red+Green+Blue) = 116+188+1=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC01 is #8B43FE. Grayscale: #919191. Windows color (decimal): -9126911 or 113780. OLE color: 113780.

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

Color convert

RGB 116 188 1 -
CMYK 0.38 0 0.99 0.26
HSL 83.1º 0.99% 0.37% -
HSV(B) 83.1º 0.99% 0.74% -
XYZ 25.19 39.68 6.36 -
YUV 145.15 46.65 107.21 -
System Red Green Blue C M Y K H S L
Decimal 116 188 1 0.38 0 0.99 0.26 83.1 0.99 0.37
Hex 74 BC 1 26 0 63 1A 53 63 25
Octal 164 274 1 46 0 143 32 123 143 45
Binary 1110100 10111100 1 100110 0 1100011 11010 1010011 1100011 100101

Color Harmonies of #74BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC01

Black with #74BC01

Text Example


Text Example

White with #74BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74BC01; }

 p { color: rgb(116,188,1); }

 H1.HeaderClassName
 {
   color: #74BC01;
 }
 .AnyTagClassName
 {
   color: #74BC01;
 }
</style>

background-color css

<style>
 a { background-color: #74BC01; }

 a { background-color: rgb(116,188,1); }

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

border-color css

<style>
 span { border-color: #74BC01; }

 span { border-color: rgb(116,188,1); }

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