Html Css Color HEX #BDFF42 Green Yellow

📋 copy color: '#BDFF42'

red 189 ◦ green 255 ◦ blue 66

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

Shades of Green Yellow #BDFF42

Tints of Green Yellow #BDFF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.94%

R = 37.06%
G = 50%
B = 12.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#BDFF42 (or 0xBDFF42) is known color: Green Yellow. HEX triplet: BD, FF and 42. RGB value is (189,255,66). Sum of RGB (Red+Green+Blue) = 189+255+66=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF42 is #4200BD. Grayscale: #D6D6D6. Windows color (decimal): -4325566 or 4390845. OLE color: 4390845.

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

Color convert

RGB 189 255 66 -
CMYK 0.26 0 0.74 0
HSL 80.95º 1% 0.63% -
HSV(B) 80.95º 0.74% 1% -
XYZ 57.73 82.73 18.08 -
YUV 213.72 44.63 110.37 -
System Red Green Blue C M Y K H S L
Decimal 189 255 66 0.26 0 0.74 0 80.95 1 0.63
Hex BD FF 42 1A 0 4A 0 51 64 3F
Octal 275 377 102 32 0 112 0 121 144 77
Binary 10111101 11111111 1000010 11010 0 1001010 0 1010001 1100100 111111

Color Harmonies of #BDFF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF42

Black with #BDFF42

Text Example


Text Example

White with #BDFF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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