#72CD02

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

Shades of Christi #72CD02

Tints of Christi #72CD02

Color information

#72CD02 (or 0x72CD02) is unknown color: approx Christi. HEX triplet: 72, CD and 02. RGB value is (114,205,2). Sum of RGB (Red+Green+Blue) = 114+205+2=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 205 (80.47% from 255 or 63.86% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 205 - color contains mainly: green. Hex color #72CD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72CD02 is #8D32FD. Grayscale: #9B9B9B. Windows color (decimal): -9253630 or 183666. OLE color: 183666.

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

Color convert

RGB1142052-
CMYK0.4400.990.20
HSL86.9º98.07%40.59%-
HSV(B)86.9º99.02%80.39%-
XYZ28.7847.247.66-
YUV154.6541.8599.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 205 (80.47% from 255) = 63.86%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=35.51%
G=63.86%
B=0.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11420520.4400.990.2086.998.0740.59
Hex72CD22C06314576229
Octal16231525401432412714251
Binary11100101100110110101100011000111010010101111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72CD02; }

 p { color: rgb(114,205,2); }

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

<style>
 a { background-color: #72CD02; }

 a { background-color: rgb(114,205,2); }

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

<style>
 span { border-color: #72CD02; }

 span { border-color: rgb(114,205,2); }

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