Html Css Color HEX #BDF228 Green Yellow

📋 copy color: '#BDF228'

red 189 ◦ green 242 ◦ blue 40

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

Shades of Green Yellow #BDF228

Tints of Green Yellow #BDF228

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.38%

 BLUE value IS 40 (16.02% from 255) = 8.49%

R = 40.13%
G = 51.38%
B = 8.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#BDF228 (or 0xBDF228) is known color: Green Yellow. HEX triplet: BD, F2 and 28. RGB value is (189,242,40). Sum of RGB (Red+Green+Blue) = 189+242+40=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF228 is #420DD7. Grayscale: #CBCBCB. Windows color (decimal): -4328920 or 2683581. OLE color: 2683581.

HSL color Cylindrical-coordinate representation of color #BDF228: hue angle of 75.74º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDF228 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 40 -
CMYK 0.22 0 0.83 0.05
HSL 75.74º 0.89% 0.55% -
HSV(B) 75.74º 0.83% 0.95% -
XYZ 53.12 74.48 13.58 -
YUV 203.13 35.94 117.93 -
System Red Green Blue C M Y K H S L
Decimal 189 242 40 0.22 0 0.83 0.05 75.74 0.89 0.55
Hex BD F2 28 16 0 53 5 4C 59 37
Octal 275 362 50 26 0 123 5 114 131 67
Binary 10111101 11110010 101000 10110 0 1010011 101 1001100 1011001 110111

Color Harmonies of #BDF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF228

Black with #BDF228

Text Example


Text Example

White with #BDF228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF228; }

 p { color: rgb(189,242,40); }

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

background-color css

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

 a { background-color: rgb(189,242,40); }

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

border-color css

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

 span { border-color: rgb(189,242,40); }

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