Html Css Color HEX #BFF13C Las Palmas

📋 copy color: '#BFF13C'

red 191 ◦ green 241 ◦ blue 60

#BFF13C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #BFF13C

Tints of Las Palmas #BFF13C

RGB

 RED value IS 191 (75% from 255) = 38.82%

 GREEN value IS 241 (94.53% from 255) = 48.98%

 BLUE value IS 60 (23.83% from 255) = 12.2%

R = 38.82%
G = 48.98%
B = 12.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#BFF13C (or 0xBFF13C) is known color: Las Palmas. HEX triplet: BF, F1 and 3C. RGB value is (191,241,60). Sum of RGB (Red+Green+Blue) = 191+241+60=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF13C is #400EC3. Grayscale: #CECECE. Windows color (decimal): -4198084 or 3994047. OLE color: 3994047.

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

Color convert

RGB 191 241 60 -
CMYK 0.21 0 0.75 0.05
HSL 76.57º 0.87% 0.59% -
HSV(B) 76.57º 0.75% 0.95% -
XYZ 53.76 74.31 15.79 -
YUV 205.42 45.94 117.72 -
System Red Green Blue C M Y K H S L
Decimal 191 241 60 0.21 0 0.75 0.05 76.57 0.87 0.59
Hex BF F1 3C 15 0 4B 5 4D 57 3B
Octal 277 361 74 25 0 113 5 115 127 73
Binary 10111111 11110001 111100 10101 0 1001011 101 1001101 1010111 111011

Color Harmonies of #BFF13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF13C

Black with #BFF13C

Text Example


Text Example

White with #BFF13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF13C; }

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

 H1.HeaderClassName
 {
   color: #BFF13C;
 }
 .AnyTagClassName
 {
   color: #BFF13C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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