Html Css Color HEX #74CE0D Christi

📋 copy color: '#74CE0D'

red 116 ◦ green 206 ◦ blue 13

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

Shades of Christi #74CE0D

Tints of Christi #74CE0D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.49%

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

R = 34.63%
G = 61.49%
B = 3.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#74CE0D (or 0x74CE0D) is known color: Christi. HEX triplet: 74, CE and 0D. RGB value is (116,206,13). Sum of RGB (Red+Green+Blue) = 116+206+13=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CE0D is #8B31F2. Grayscale: #9D9D9D. Windows color (decimal): -9122291 or 904820. OLE color: 904820.

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

Color convert

RGB 116 206 13 -
CMYK 0.44 0 0.94 0.19
HSL 87.98º 0.88% 0.43% -
HSV(B) 87.98º 0.94% 0.81% -
XYZ 29.35 47.88 8.08 -
YUV 157.09 46.68 98.69 -
System Red Green Blue C M Y K H S L
Decimal 116 206 13 0.44 0 0.94 0.19 87.98 0.88 0.43
Hex 74 CE D 2C 0 5E 13 58 58 2B
Octal 164 316 15 54 0 136 23 130 130 53
Binary 1110100 11001110 1101 101100 0 1011110 10011 1011000 1011000 101011

Color Harmonies of #74CE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE0D

Black with #74CE0D

Text Example


Text Example

White with #74CE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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