Html Css Color HEX #BFDE3E Las Palmas

📋 copy color: '#BFDE3E'

red 191 ◦ green 222 ◦ blue 62

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

Shades of Las Palmas #BFDE3E

Tints of Las Palmas #BFDE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.74%

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

R = 40.21%
G = 46.74%
B = 13.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#BFDE3E (or 0xBFDE3E) is known color: Las Palmas. HEX triplet: BF, DE and 3E. RGB value is (191,222,62). Sum of RGB (Red+Green+Blue) = 191+222+62=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE3E is #4021C1. Grayscale: #C3C3C3. Windows color (decimal): -4202946 or 4120255. OLE color: 4120255.

HSL color Cylindrical-coordinate representation of color #BFDE3E: hue angle of 71.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFDE3E is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 222 62 -
CMYK 0.14 0 0.72 0.13
HSL 71.63º 0.71% 0.56% -
HSV(B) 71.63º 0.72% 0.87% -
XYZ 48.48 63.67 14.29 -
YUV 194.49 53.23 125.51 -
System Red Green Blue C M Y K H S L
Decimal 191 222 62 0.14 0 0.72 0.13 71.63 0.71 0.56
Hex BF DE 3E E 0 48 D 48 47 38
Octal 277 336 76 16 0 110 15 110 107 70
Binary 10111111 11011110 111110 1110 0 1001000 1101 1001000 1000111 111000

Color Harmonies of #BFDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDE3E

Black with #BFDE3E

Text Example


Text Example

White with #BFDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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