Html Css Color HEX #BDF745 Green Yellow

📋 copy color: '#BDF745'

red 189 ◦ green 247 ◦ blue 69

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

Shades of Green Yellow #BDF745

Tints of Green Yellow #BDF745

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.91%

 BLUE value IS 69 (27.34% from 255) = 13.66%

R = 37.43%
G = 48.91%
B = 13.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#BDF745 (or 0xBDF745) is known color: Green Yellow. HEX triplet: BD, F7 and 45. RGB value is (189,247,69). Sum of RGB (Red+Green+Blue) = 189+247+69=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF745 is #4208BA. Grayscale: #D2D2D2. Windows color (decimal): -4327611 or 4585405. OLE color: 4585405.

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

Color convert

RGB 189 247 69 -
CMYK 0.23 0 0.72 0.03
HSL 79.55º 0.92% 0.62% -
HSV(B) 79.55º 0.72% 0.97% -
XYZ 55.32 77.77 17.73 -
YUV 209.37 48.78 113.47 -
System Red Green Blue C M Y K H S L
Decimal 189 247 69 0.23 0 0.72 0.03 79.55 0.92 0.62
Hex BD F7 45 17 0 48 3 50 5C 3E
Octal 275 367 105 27 0 110 3 120 134 76
Binary 10111101 11110111 1000101 10111 0 1001000 11 1010000 1011100 111110

Color Harmonies of #BDF745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF745

Black with #BDF745

Text Example


Text Example

White with #BDF745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF745; }

 p { color: rgb(189,247,69); }

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

background-color css

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

 a { background-color: rgb(189,247,69); }

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

border-color css

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

 span { border-color: rgb(189,247,69); }

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