#BFF13F

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

Shades of Las Palmas #BFF13F

Tints of Las Palmas #BFF13F

Color information

#BFF13F (or 0xBFF13F) is unknown color: approx Las Palmas. HEX triplet: BF, F1 and 3F. RGB value is (191,241,63). Sum of RGB (Red+Green+Blue) = 191+241+63=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF13F is #400EC0. Grayscale: #CECECE. Windows color (decimal): -4198081 or 4190655. OLE color: 4190655.

HSL color Cylindrical-coordinate representation of color #BFF13F: hue angle of 76.85º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFF13F is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB19124163-
CMYK0.2100.740.05
HSL76.85º86.41%59.61%-
HSV(B)76.85º73.86%94.51%-
XYZ53.8474.3516.22-
YUV205.7647.44117.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 63 (25% from 255) = 12.73%
R=38.59%
G=48.69%
B=12.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191241630.2100.740.0576.8586.4159.61
HexBFF13F1504A54d563c
Octal27736177250112511512674
Binary1011111111110001111111101010100101010110011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF13F; }

 p { color: rgb(191,241,63); }

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

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

 a { background-color: rgb(191,241,63); }

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

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

 span { border-color: rgb(191,241,63); }

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