Html Css Color HEX #74CE03 Christi

📋 copy color: '#74CE03'

red 116 ◦ green 206 ◦ blue 3

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

Shades of Christi #74CE03

Tints of Christi #74CE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 35.69%
G = 63.38%
B = 0.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#74CE03 (or 0x74CE03) is known color: Christi. HEX triplet: 74, CE and 03. RGB value is (116,206,3). Sum of RGB (Red+Green+Blue) = 116+206+3=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CE03 is #8B31FC. Grayscale: #9C9C9C. Windows color (decimal): -9122301 or 249460. OLE color: 249460.

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

Color convert

RGB 116 206 3 -
CMYK 0.44 0 0.99 0.19
HSL 86.6º 0.97% 0.41% -
HSV(B) 86.6º 0.99% 0.81% -
XYZ 29.29 47.86 7.78 -
YUV 155.95 41.68 99.51 -
System Red Green Blue C M Y K H S L
Decimal 116 206 3 0.44 0 0.99 0.19 86.6 0.97 0.41
Hex 74 CE 3 2C 0 63 13 57 61 29
Octal 164 316 3 54 0 143 23 127 141 51
Binary 1110100 11001110 11 101100 0 1100011 10011 1010111 1100001 101001

Color Harmonies of #74CE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE03

Black with #74CE03

Text Example


Text Example

White with #74CE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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