Html Css Color HEX #74D00C Christi

📋 copy color: '#74D00C'

red 116 ◦ green 208 ◦ blue 12

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

Shades of Christi #74D00C

Tints of Christi #74D00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.9%

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 34.52%
G = 61.9%
B = 3.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#74D00C (or 0x74D00C) is known color: Christi. HEX triplet: 74, D0 and 0C. RGB value is (116,208,12). Sum of RGB (Red+Green+Blue) = 116+208+12=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #74D00C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D00C is #8B2FF3. Grayscale: #9E9E9E. Windows color (decimal): -9121780 or 839796. OLE color: 839796.

HSL color Cylindrical-coordinate representation of color #74D00C: hue angle of 88.16º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74D00C is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 12 -
CMYK 0.44 0 0.94 0.18
HSL 88.16º 0.89% 0.43% -
HSV(B) 88.16º 0.94% 0.82% -
XYZ 29.82 48.85 8.21 -
YUV 158.15 45.52 97.94 -
System Red Green Blue C M Y K H S L
Decimal 116 208 12 0.44 0 0.94 0.18 88.16 0.89 0.43
Hex 74 D0 C 2C 0 5E 12 58 59 2B
Octal 164 320 14 54 0 136 22 130 131 53
Binary 1110100 11010000 1100 101100 0 1011110 10010 1011000 1011001 101011

Color Harmonies of #74D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D00C

Black with #74D00C

Text Example


Text Example

White with #74D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,208,12); }

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

background-color css

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

 a { background-color: rgb(116,208,12); }

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

border-color css

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

 span { border-color: rgb(116,208,12); }

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