Html Css Color HEX #BDEF38 Las Palmas

📋 copy color: '#BDEF38'

red 189 ◦ green 239 ◦ blue 56

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

Shades of Las Palmas #BDEF38

Tints of Las Palmas #BDEF38

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.38%

 BLUE value IS 56 (22.27% from 255) = 11.57%

R = 39.05%
G = 49.38%
B = 11.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#BDEF38 (or 0xBDEF38) is known color: Las Palmas. HEX triplet: BD, EF and 38. RGB value is (189,239,56). Sum of RGB (Red+Green+Blue) = 189+239+56=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 56 (22.27% from 255 or 11.57% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF38 is #4210C7. Grayscale: #CBCBCB. Windows color (decimal): -4329672 or 3731389. OLE color: 3731389.

HSL color Cylindrical-coordinate representation of color #BDEF38: hue angle of 76.39º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDEF38 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 56 -
CMYK 0.21 0 0.77 0.06
HSL 76.39º 0.85% 0.58% -
HSV(B) 76.39º 0.77% 0.94% -
XYZ 52.57 72.84 15.03 -
YUV 203.19 44.94 117.88 -
System Red Green Blue C M Y K H S L
Decimal 189 239 56 0.21 0 0.77 0.06 76.39 0.85 0.58
Hex BD EF 38 15 0 4D 6 4C 55 3A
Octal 275 357 70 25 0 115 6 114 125 72
Binary 10111101 11101111 111000 10101 0 1001101 110 1001100 1010101 111010

Color Harmonies of #BDEF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF38

Black with #BDEF38

Text Example


Text Example

White with #BDEF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF38; }

 p { color: rgb(189,239,56); }

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

background-color css

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

 a { background-color: rgb(189,239,56); }

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

border-color css

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

 span { border-color: rgb(189,239,56); }

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