Html Css Color HEX #BED444 Las Palmas

📋 copy color: '#BED444'

red 190 ◦ green 212 ◦ blue 68

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

Shades of Las Palmas #BED444

Tints of Las Palmas #BED444

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

 BLUE value IS 68 (26.95% from 255) = 14.47%

R = 40.43%
G = 45.11%
B = 14.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#BED444 (or 0xBED444) is known color: Las Palmas. HEX triplet: BE, D4 and 44. RGB value is (190,212,68). Sum of RGB (Red+Green+Blue) = 190+212+68=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #BED444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED444 is #412BBB. Grayscale: #BDBDBD. Windows color (decimal): -4271036 or 4510910. OLE color: 4510910.

HSL color Cylindrical-coordinate representation of color #BED444: hue angle of 69.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BED444 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 68 -
CMYK 0.10 0 0.68 0.17
HSL 69.17º 0.63% 0.55% -
HSV(B) 69.17º 0.68% 0.83% -
XYZ 45.82 58.45 14.34 -
YUV 189.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 190 212 68 0.10 0 0.68 0.17 69.17 0.63 0.55
Hex BE D4 44 A 0 44 11 45 3F 37
Octal 276 324 104 12 0 104 21 105 77 67
Binary 10111110 11010100 1000100 1010 0 1000100 10001 1000101 111111 110111

Color Harmonies of #BED444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED444

Black with #BED444

Text Example


Text Example

White with #BED444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED444; }

 p { color: rgb(190,212,68); }

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

background-color css

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

 a { background-color: rgb(190,212,68); }

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

border-color css

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

 span { border-color: rgb(190,212,68); }

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