Html Css Color HEX #74C30D Christi

📋 copy color: '#74C30D'

red 116 ◦ green 195 ◦ blue 13

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

Shades of Christi #74C30D

Tints of Christi #74C30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.19%

 BLUE value IS 13 (5.47% from 255) = 4.01%

R = 35.8%
G = 60.19%
B = 4.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#74C30D (or 0x74C30D) is known color: Christi. HEX triplet: 74, C3 and 0D. RGB value is (116,195,13). Sum of RGB (Red+Green+Blue) = 116+195+13=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #74C30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C30D is #8B3CF2. Grayscale: #979797. Windows color (decimal): -9125107 or 902004. OLE color: 902004.

HSL color Cylindrical-coordinate representation of color #74C30D: hue angle of 86.04º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74C30D is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 195 13 -
CMYK 0.41 0 0.93 0.24
HSL 86.04º 0.88% 0.41% -
HSV(B) 86.04º 0.93% 0.76% -
XYZ 26.79 42.77 7.22 -
YUV 150.63 50.33 103.3 -
System Red Green Blue C M Y K H S L
Decimal 116 195 13 0.41 0 0.93 0.24 86.04 0.88 0.41
Hex 74 C3 D 29 0 5D 18 56 58 29
Octal 164 303 15 51 0 135 30 126 130 51
Binary 1110100 11000011 1101 101001 0 1011101 11000 1010110 1011000 101001

Color Harmonies of #74C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C30D

Black with #74C30D

Text Example


Text Example

White with #74C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,195,13); }

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

background-color css

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

 a { background-color: rgb(116,195,13); }

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

border-color css

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

 span { border-color: rgb(116,195,13); }

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