Html Css Color HEX #BDF842 Green Yellow

📋 copy color: '#BDF842'

red 189 ◦ green 248 ◦ blue 66

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

Shades of Green Yellow #BDF842

Tints of Green Yellow #BDF842

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.3%

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

R = 37.57%
G = 49.3%
B = 13.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#BDF842 (or 0xBDF842) is known color: Green Yellow. HEX triplet: BD, F8 and 42. RGB value is (189,248,66). Sum of RGB (Red+Green+Blue) = 189+248+66=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF842 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF842 is #4207BD. Grayscale: #D2D2D2. Windows color (decimal): -4327358 or 4389053. OLE color: 4389053.

HSL color Cylindrical-coordinate representation of color #BDF842: hue angle of 79.45º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDF842 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 66 -
CMYK 0.24 0 0.73 0.03
HSL 79.45º 0.93% 0.62% -
HSV(B) 79.45º 0.73% 0.97% -
XYZ 55.54 78.35 17.35 -
YUV 209.61 46.95 113.3 -
System Red Green Blue C M Y K H S L
Decimal 189 248 66 0.24 0 0.73 0.03 79.45 0.93 0.62
Hex BD F8 42 18 0 49 3 4F 5D 3E
Octal 275 370 102 30 0 111 3 117 135 76
Binary 10111101 11111000 1000010 11000 0 1001001 11 1001111 1011101 111110

Color Harmonies of #BDF842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF842

Black with #BDF842

Text Example


Text Example

White with #BDF842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF842; }

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

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

background-color css

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

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

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

border-color css

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

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

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