Html Css Color HEX #BFE834 Las Palmas

📋 copy color: '#BFE834'

red 191 ◦ green 232 ◦ blue 52

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

Shades of Las Palmas #BFE834

Tints of Las Palmas #BFE834

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.84%

 BLUE value IS 52 (20.7% from 255) = 10.95%

R = 40.21%
G = 48.84%
B = 10.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#BFE834 (or 0xBFE834) is known color: Las Palmas. HEX triplet: BF, E8 and 34. RGB value is (191,232,52). Sum of RGB (Red+Green+Blue) = 191+232+52=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE834 is #4017CB. Grayscale: #C7C7C7. Windows color (decimal): -4200396 or 3467455. OLE color: 3467455.

HSL color Cylindrical-coordinate representation of color #BFE834: hue angle of 73.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFE834 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 232 52 -
CMYK 0.18 0 0.78 0.09
HSL 73.67º 0.8% 0.56% -
HSV(B) 73.67º 0.78% 0.91% -
XYZ 50.96 69.04 13.89 -
YUV 199.22 44.92 122.14 -
System Red Green Blue C M Y K H S L
Decimal 191 232 52 0.18 0 0.78 0.09 73.67 0.8 0.56
Hex BF E8 34 12 0 4E 9 4A 50 38
Octal 277 350 64 22 0 116 11 112 120 70
Binary 10111111 11101000 110100 10010 0 1001110 1001 1001010 1010000 111000

Color Harmonies of #BFE834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE834

Black with #BFE834

Text Example


Text Example

White with #BFE834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE834; }

 p { color: rgb(191,232,52); }

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

background-color css

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

 a { background-color: rgb(191,232,52); }

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

border-color css

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

 span { border-color: rgb(191,232,52); }

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