Html Css Color HEX #BFED3E Las Palmas

📋 copy color: '#BFED3E'

red 191 ◦ green 237 ◦ blue 62

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

Shades of Las Palmas #BFED3E

Tints of Las Palmas #BFED3E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.37%

 BLUE value IS 62 (24.61% from 255) = 12.65%

R = 38.98%
G = 48.37%
B = 12.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#BFED3E (or 0xBFED3E) is known color: Las Palmas. HEX triplet: BF, ED and 3E. RGB value is (191,237,62). Sum of RGB (Red+Green+Blue) = 191+237+62=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED3E is #4012C1. Grayscale: #CBCBCB. Windows color (decimal): -4199106 or 4124095. OLE color: 4124095.

HSL color Cylindrical-coordinate representation of color #BFED3E: hue angle of 75.77º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFED3E is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 62 -
CMYK 0.19 0 0.74 0.07
HSL 75.77º 0.83% 0.59% -
HSV(B) 75.77º 0.74% 0.93% -
XYZ 52.64 71.99 15.68 -
YUV 203.3 48.26 119.23 -
System Red Green Blue C M Y K H S L
Decimal 191 237 62 0.19 0 0.74 0.07 75.77 0.83 0.59
Hex BF ED 3E 13 0 4A 7 4C 53 3B
Octal 277 355 76 23 0 112 7 114 123 73
Binary 10111111 11101101 111110 10011 0 1001010 111 1001100 1010011 111011

Color Harmonies of #BFED3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFED3E

Black with #BFED3E

Text Example


Text Example

White with #BFED3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFED3E; }

 p { color: rgb(191,237,62); }

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

background-color css

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

 a { background-color: rgb(191,237,62); }

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

border-color css

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

 span { border-color: rgb(191,237,62); }

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