Html Css Color HEX #BDFF44 Green Yellow

📋 copy color: '#BDFF44'

red 189 ◦ green 255 ◦ blue 68

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

Shades of Green Yellow #BDFF44

Tints of Green Yellow #BDFF44

RGB

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

 GREEN value IS 255 (100% from 255) = 49.8%

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

R = 36.91%
G = 49.8%
B = 13.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#BDFF44 (or 0xBDFF44) is known color: Green Yellow. HEX triplet: BD, FF and 44. RGB value is (189,255,68). Sum of RGB (Red+Green+Blue) = 189+255+68=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF44 is #4200BB. Grayscale: #D6D6D6. Windows color (decimal): -4325564 or 4521917. OLE color: 4521917.

HSL color Cylindrical-coordinate representation of color #BDFF44: hue angle of 81.18º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDFF44 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 68 -
CMYK 0.26 0 0.73 0
HSL 81.18º 1% 0.63% -
HSV(B) 81.18º 0.73% 1% -
XYZ 57.79 82.76 18.4 -
YUV 213.95 45.63 110.21 -
System Red Green Blue C M Y K H S L
Decimal 189 255 68 0.26 0 0.73 0 81.18 1 0.63
Hex BD FF 44 1A 0 49 0 51 64 3F
Octal 275 377 104 32 0 111 0 121 144 77
Binary 10111101 11111111 1000100 11010 0 1001001 0 1010001 1100100 111111

Color Harmonies of #BDFF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF44

Black with #BDFF44

Text Example


Text Example

White with #BDFF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF44; }

 p { color: rgb(189,255,68); }

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

background-color css

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

 a { background-color: rgb(189,255,68); }

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

border-color css

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

 span { border-color: rgb(189,255,68); }

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