#B4FC69

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

Shades of Sulu #B4FC69

Tints of Sulu #B4FC69

Color information

#B4FC69 (or 0xB4FC69) is unknown color: approx Sulu. HEX triplet: B4, FC and 69. RGB value is (180,252,105). Sum of RGB (Red+Green+Blue) = 180+252+105=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FC69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FC69 is #4B0396. Grayscale: #D6D6D6. Windows color (decimal): -4916119 or 6945972. OLE color: 6945972.

HSL color Cylindrical-coordinate representation of color #B4FC69: hue angle of 89.39º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4FC69 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB180252105-
CMYK0.2900.580.01
HSL89.39º96.08%70%-
HSV(B)89.39º58.33%98.82%-
XYZ56.1880.3425.91-
YUV213.7166.65103.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 105 (41.41% from 255) = 19.55%
R=33.52%
G=46.93%
B=19.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802521050.2900.580.0189.3996.0870
HexB4FC691D03A1596046
Octal264374151350721131140106
Binary101101001111110011010011110101110101101100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FC69; }

 p { color: rgb(180,252,105); }

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

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

 a { background-color: rgb(180,252,105); }

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

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

 span { border-color: rgb(180,252,105); }

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