#0BFF68

Color #0BFF68 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0BFF68

Tints of Spring Green #0BFF68

Color information

#0BFF68 (or 0x0BFF68) is unknown color: approx Spring Green. HEX triplet: 0B, FF and 68. RGB value is (11,255,104). Sum of RGB (Red+Green+Blue) = 11+255+104=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF68 is #F40097. Grayscale: #A5A5A5. Windows color (decimal): -15990936 or 6881035. OLE color: 6881035.

HSL color Cylindrical-coordinate representation of color #0BFF68: hue angle of 142.87º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF68 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB11255104-
CMYK0.9600.590
HSL142.87º100%52.16%-
HSV(B)142.87º95.69%100%-
XYZ38.472.5925.08-
YUV164.8393.6618.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.97%
GREEN value IS 255 (100% from 255) = 68.92%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=2.97%
G=68.92%
B=28.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal112551040.9600.590142.8710052.16
HexBFF686003B08f6434
Octal13377150140073021714464
Binary1011111111111101000110000001110110100011111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BFF68; }

 p { color: rgb(11,255,104); }

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

<style>
 a { background-color: #0BFF68; }

 a { background-color: rgb(11,255,104); }

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

<style>
 span { border-color: #0BFF68; }

 span { border-color: rgb(11,255,104); }

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