Html Css Color HEX #BEDF42 Las Palmas

📋 copy color: '#BEDF42'

red 190 ◦ green 223 ◦ blue 66

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

Shades of Las Palmas #BEDF42

Tints of Las Palmas #BEDF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.78%

R = 39.67%
G = 46.56%
B = 13.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#BEDF42 (or 0xBEDF42) is known color: Las Palmas. HEX triplet: BE, DF and 42. RGB value is (190,223,66). Sum of RGB (Red+Green+Blue) = 190+223+66=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDF42 is #4120BD. Grayscale: #C3C3C3. Windows color (decimal): -4268222 or 4382654. OLE color: 4382654.

HSL color Cylindrical-coordinate representation of color #BEDF42: hue angle of 72.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEDF42 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 66 -
CMYK 0.15 0 0.70 0.13
HSL 72.61º 0.71% 0.57% -
HSV(B) 72.61º 0.7% 0.87% -
XYZ 48.61 64.12 14.97 -
YUV 195.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 190 223 66 0.15 0 0.70 0.13 72.61 0.71 0.57
Hex BE DF 42 F 0 46 D 49 47 39
Octal 276 337 102 17 0 106 15 111 107 71
Binary 10111110 11011111 1000010 1111 0 1000110 1101 1001001 1000111 111001

Color Harmonies of #BEDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF42

Black with #BEDF42

Text Example


Text Example

White with #BEDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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