Html Css Color HEX #74C905 Christi

📋 copy color: '#74C905'

red 116 ◦ green 201 ◦ blue 5

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

Shades of Christi #74C905

Tints of Christi #74C905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 62.42%

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 36.02%
G = 62.42%
B = 1.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#74C905 (or 0x74C905) is known color: Christi. HEX triplet: 74, C9 and 05. RGB value is (116,201,5). Sum of RGB (Red+Green+Blue) = 116+201+5=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 201 (78.91% from 255 or 62.42% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 201 - color contains mainly: green. Hex color #74C905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C905 is #8B36FA. Grayscale: #999999. Windows color (decimal): -9123579 or 379252. OLE color: 379252.

HSL color Cylindrical-coordinate representation of color #74C905: hue angle of 86.02º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74C905 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 201 5 -
CMYK 0.42 0 0.98 0.21
HSL 86.02º 0.95% 0.4% -
HSV(B) 86.02º 0.98% 0.79% -
XYZ 28.12 45.5 7.44 -
YUV 153.24 44.34 101.44 -
System Red Green Blue C M Y K H S L
Decimal 116 201 5 0.42 0 0.98 0.21 86.02 0.95 0.4
Hex 74 C9 5 2A 0 62 15 56 5F 28
Octal 164 311 5 52 0 142 25 126 137 50
Binary 1110100 11001001 101 101010 0 1100010 10101 1010110 1011111 101000

Color Harmonies of #74C905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C905

Black with #74C905

Text Example


Text Example

White with #74C905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,201,5); }

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

background-color css

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

 a { background-color: rgb(116,201,5); }

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

border-color css

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

 span { border-color: rgb(116,201,5); }

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