Html Css Color HEX #BEDF3C Las Palmas

📋 copy color: '#BEDF3C'

red 190 ◦ green 223 ◦ blue 60

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

Shades of Las Palmas #BEDF3C

Tints of Las Palmas #BEDF3C

RGB

 RED value IS 190 (74.61% from 255) = 40.17%

 GREEN value IS 223 (87.5% from 255) = 47.15%

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

R = 40.17%
G = 47.15%
B = 12.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#BEDF3C (or 0xBEDF3C) is known color: Las Palmas. HEX triplet: BE, DF and 3C. RGB value is (190,223,60). Sum of RGB (Red+Green+Blue) = 190+223+60=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDF3C is #4120C3. Grayscale: #C3C3C3. Windows color (decimal): -4268228 or 3989438. OLE color: 3989438.

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

Color convert

RGB 190 223 60 -
CMYK 0.15 0 0.73 0.13
HSL 72.15º 0.72% 0.55% -
HSV(B) 72.15º 0.73% 0.87% -
XYZ 48.44 64.05 14.08 -
YUV 194.55 52.07 124.75 -
System Red Green Blue C M Y K H S L
Decimal 190 223 60 0.15 0 0.73 0.13 72.15 0.72 0.55
Hex BE DF 3C F 0 49 D 48 48 37
Octal 276 337 74 17 0 111 15 110 110 67
Binary 10111110 11011111 111100 1111 0 1001001 1101 1001000 1001000 110111

Color Harmonies of #BEDF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF3C

Black with #BEDF3C

Text Example


Text Example

White with #BEDF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF3C; }

 p { color: rgb(190,223,60); }

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

background-color css

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

 a { background-color: rgb(190,223,60); }

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

border-color css

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

 span { border-color: rgb(190,223,60); }

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