Html Css Color HEX #BDEF31 Green Yellow

📋 copy color: '#BDEF31'

red 189 ◦ green 239 ◦ blue 49

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

Shades of Green Yellow #BDEF31

Tints of Green Yellow #BDEF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.27%

R = 39.62%
G = 50.1%
B = 10.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#BDEF31 (or 0xBDEF31) is known color: Green Yellow. HEX triplet: BD, EF and 31. RGB value is (189,239,49). Sum of RGB (Red+Green+Blue) = 189+239+49=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF31 is #4210CE. Grayscale: #CBCBCB. Windows color (decimal): -4329679 or 3272637. OLE color: 3272637.

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

Color convert

RGB 189 239 49 -
CMYK 0.21 0 0.79 0.06
HSL 75.79º 0.86% 0.56% -
HSV(B) 75.79º 0.79% 0.94% -
XYZ 52.41 72.77 14.19 -
YUV 202.39 41.44 118.45 -
System Red Green Blue C M Y K H S L
Decimal 189 239 49 0.21 0 0.79 0.06 75.79 0.86 0.56
Hex BD EF 31 15 0 4F 6 4C 56 38
Octal 275 357 61 25 0 117 6 114 126 70
Binary 10111101 11101111 110001 10101 0 1001111 110 1001100 1010110 111000

Color Harmonies of #BDEF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF31

Black with #BDEF31

Text Example


Text Example

White with #BDEF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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