#94CE02

Color #94CE02 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #94CE02

Tints of Citrus #94CE02

Color information

#94CE02 (or 0x94CE02) is unknown color: approx Citrus. HEX triplet: 94, CE and 02. RGB value is (148,206,2). Sum of RGB (Red+Green+Blue) = 148+206+2=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CE02 is #6B31FD. Grayscale: #A6A6A6. Windows color (decimal): -7025150 or 183956. OLE color: 183956.

HSL color Cylindrical-coordinate representation of color #94CE02: hue angle of 77.06º degrees, saturation: 0.98, 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 #94CE02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB1482062-
CMYK0.2800.990.19
HSL77.06º98.08%40.78%-
HSV(B)77.06º99.03%80.78%-
XYZ34.350.447.99-
YUV165.435.78115.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 206 (80.86% from 255) = 57.87%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=41.57%
G=57.87%
B=0.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal14820620.2800.990.1977.0698.0840.78
Hex94CE21C063134d6229
Octal22431623401432311514251
Binary10010100110011101011100011000111001110011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CE02; }

 p { color: rgb(148,206,2); }

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

<style>
 a { background-color: #94CE02; }

 a { background-color: rgb(148,206,2); }

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

<style>
 span { border-color: #94CE02; }

 span { border-color: rgb(148,206,2); }

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