Html Css Color HEX #BDE835 Las Palmas

📋 copy color: '#BDE835'

red 189 ◦ green 232 ◦ blue 53

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

Shades of Las Palmas #BDE835

Tints of Las Palmas #BDE835

RGB

 RED value IS 189 (74.22% from 255) = 39.87%

 GREEN value IS 232 (91.02% from 255) = 48.95%

 BLUE value IS 53 (21.09% from 255) = 11.18%

R = 39.87%
G = 48.95%
B = 11.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#BDE835 (or 0xBDE835) is known color: Las Palmas. HEX triplet: BD, E8 and 35. RGB value is (189,232,53). Sum of RGB (Red+Green+Blue) = 189+232+53=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE835 is #4217CA. Grayscale: #C7C7C7. Windows color (decimal): -4331467 or 3532989. OLE color: 3532989.

HSL color Cylindrical-coordinate representation of color #BDE835: hue angle of 74.41º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDE835 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 53 -
CMYK 0.19 0 0.77 0.09
HSL 74.41º 0.8% 0.56% -
HSV(B) 74.41º 0.77% 0.91% -
XYZ 50.49 68.79 13.98 -
YUV 198.74 45.75 121.05 -
System Red Green Blue C M Y K H S L
Decimal 189 232 53 0.19 0 0.77 0.09 74.41 0.8 0.56
Hex BD E8 35 13 0 4D 9 4A 50 38
Octal 275 350 65 23 0 115 11 112 120 70
Binary 10111101 11101000 110101 10011 0 1001101 1001 1001010 1010000 111000

Color Harmonies of #BDE835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE835

Black with #BDE835

Text Example


Text Example

White with #BDE835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE835; }

 p { color: rgb(189,232,53); }

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

background-color css

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

 a { background-color: rgb(189,232,53); }

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

border-color css

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

 span { border-color: rgb(189,232,53); }

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