Html Css Color HEX #74BE10 Christi

📋 copy color: '#74BE10'

red 116 ◦ green 190 ◦ blue 16

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

Shades of Christi #74BE10

Tints of Christi #74BE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 36.02%
G = 59.01%
B = 4.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#74BE10 (or 0x74BE10) is known color: Christi. HEX triplet: 74, BE and 10. RGB value is (116,190,16). Sum of RGB (Red+Green+Blue) = 116+190+16=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 190 (74.61% from 255 or 59.01% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BE10 is #8B41EF. Grayscale: #949494. Windows color (decimal): -9126384 or 1097332. OLE color: 1097332.

HSL color Cylindrical-coordinate representation of color #74BE10: hue angle of 85.52º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74BE10 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 16 -
CMYK 0.39 0 0.92 0.25
HSL 85.52º 0.84% 0.4% -
HSV(B) 85.52º 0.92% 0.75% -
XYZ 25.71 40.58 6.97 -
YUV 148.04 53.48 105.15 -
System Red Green Blue C M Y K H S L
Decimal 116 190 16 0.39 0 0.92 0.25 85.52 0.84 0.4
Hex 74 BE 10 27 0 5C 19 56 54 28
Octal 164 276 20 47 0 134 31 126 124 50
Binary 1110100 10111110 10000 100111 0 1011100 11001 1010110 1010100 101000

Color Harmonies of #74BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE10

Black with #74BE10

Text Example


Text Example

White with #74BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,16); }

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

background-color css

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

 a { background-color: rgb(116,190,16); }

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

border-color css

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

 span { border-color: rgb(116,190,16); }

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