Html Css Color HEX #BFF13D Las Palmas

📋 copy color: '#BFF13D'

red 191 ◦ green 241 ◦ blue 61

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

Shades of Las Palmas #BFF13D

Tints of Las Palmas #BFF13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.37%

R = 38.74%
G = 48.88%
B = 12.37%

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

#BFF13D (or 0xBFF13D) is known color: Las Palmas. HEX triplet: BF, F1 and 3D. RGB value is (191,241,61). Sum of RGB (Red+Green+Blue) = 191+241+61=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF13D is #400EC2. Grayscale: #CECECE. Windows color (decimal): -4198083 or 4059583. OLE color: 4059583.

HSL color Cylindrical-coordinate representation of color #BFF13D: hue angle of 76.67º 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 #BFF13D is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 61 -
CMYK 0.21 0 0.75 0.05
HSL 76.67º 0.87% 0.59% -
HSV(B) 76.67º 0.75% 0.95% -
XYZ 53.78 74.32 15.93 -
YUV 205.53 46.44 117.64 -
System Red Green Blue C M Y K H S L
Decimal 191 241 61 0.21 0 0.75 0.05 76.67 0.87 0.59
Hex BF F1 3D 15 0 4B 5 4D 57 3B
Octal 277 361 75 25 0 113 5 115 127 73
Binary 10111111 11110001 111101 10101 0 1001011 101 1001101 1010111 111011

Color Harmonies of #BFF13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF13D

Black with #BFF13D

Text Example


Text Example

White with #BFF13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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