Html Css Color HEX #BEED2C Las Palmas

📋 copy color: '#BEED2C'

red 190 ◦ green 237 ◦ blue 44

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

Shades of Las Palmas #BEED2C

Tints of Las Palmas #BEED2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.34%

R = 40.34%
G = 50.32%
B = 9.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#BEED2C (or 0xBEED2C) is known color: Las Palmas. HEX triplet: BE, ED and 2C. RGB value is (190,237,44). Sum of RGB (Red+Green+Blue) = 190+237+44=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEED2C is #4112D3. Grayscale: #C9C9C9. Windows color (decimal): -4264660 or 2944446. OLE color: 2944446.

HSL color Cylindrical-coordinate representation of color #BEED2C: hue angle of 74.61º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEED2C is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 44 -
CMYK 0.20 0 0.81 0.07
HSL 74.61º 0.84% 0.55% -
HSV(B) 74.61º 0.81% 0.93% -
XYZ 51.97 71.7 13.48 -
YUV 200.95 39.43 120.19 -
System Red Green Blue C M Y K H S L
Decimal 190 237 44 0.20 0 0.81 0.07 74.61 0.84 0.55
Hex BE ED 2C 14 0 51 7 4B 54 37
Octal 276 355 54 24 0 121 7 113 124 67
Binary 10111110 11101101 101100 10100 0 1010001 111 1001011 1010100 110111

Color Harmonies of #BEED2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEED2C

Black with #BEED2C

Text Example


Text Example

White with #BEED2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEED2C; }

 p { color: rgb(190,237,44); }

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

background-color css

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

 a { background-color: rgb(190,237,44); }

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

border-color css

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

 span { border-color: rgb(190,237,44); }

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