#74CB04

Color #74CB04 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #74CB04

Tints of Christi #74CB04

Color information

#74CB04 (or 0x74CB04) is unknown color: approx Christi. HEX triplet: 74, CB and 04. RGB value is (116,203,4). Sum of RGB (Red+Green+Blue) = 116+203+4=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CB04 is #8B34FB. Grayscale: #9B9B9B. Windows color (decimal): -9123068 or 314228. OLE color: 314228.

HSL color Cylindrical-coordinate representation of color #74CB04: hue angle of 86.23º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74CB04 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB1162034-
CMYK0.4300.980.20
HSL86.23º96.14%40.59%-
HSV(B)86.23º98.03%79.61%-
XYZ28.5846.437.57-
YUV154.343.18100.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 203 (79.69% from 255) = 62.85%
BLUE value IS 4 (1.95% from 255) = 1.24%
R=35.91%
G=62.85%
B=1.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11620340.4300.980.2086.2396.1440.59
Hex74CB42B06214566029
Octal16431345301422412614051
Binary111010011001011100101011011000101010010101101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,203,4); }

 H1.HeaderClassName
 {
   color: #74CB04;
 }
 .AnyTagClassName
 {
   color: #74CB04;
 }
</style>
background-color css

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

 a { background-color: rgb(116,203,4); }

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

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

 span { border-color: rgb(116,203,4); }

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